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
+1 -1
View File
@@ -9,7 +9,7 @@ import (
gname "github.com/google/go-containerregistry/pkg/name"
"hauler.dev/go/hauler/pkg/consts"
"hauler.dev/go/hauler/v2/pkg/consts"
)
type Reference interface {
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"hauler.dev/go/hauler/pkg/reference"
"hauler.dev/go/hauler/v2/pkg/reference"
)
func TestParse(t *testing.T) {