add v2 to module path to correct version

Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com>
This commit is contained in:
Adam Martin
2026-06-22 15:41:06 -04:00
parent 905b3e4932
commit db69d731e4
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{}