add v2 to module path to correct version (#637)

Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com>
This commit is contained in:
Adam Martin
2026-06-22 16:40:31 -04:00
committed by GitHub
parent 905b3e4932
commit ec5082df18
68 changed files with 172 additions and 172 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
"path/filepath"
"strings"
"hauler.dev/go/hauler/pkg/artifacts"
"hauler.dev/go/hauler/pkg/consts"
"hauler.dev/go/hauler/v2/pkg/artifacts"
"hauler.dev/go/hauler/v2/pkg/consts"
)
type Http struct{}