Update module/package names to match GitHub org switch.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-09-17 12:56:54 -05:00
parent 4c9cbf0706
commit 8c9c1e206d
216 changed files with 951 additions and 951 deletions

10
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/suzerain-io/pinniped
module github.com/vmware-tanzu/pinniped
go 1.14
@@ -15,8 +15,8 @@ require (
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
github.com/suzerain-io/pinniped/generated/1.19/apis v0.0.0-00010101000000-000000000000
github.com/suzerain-io/pinniped/generated/1.19/client v0.0.0-00010101000000-000000000000
github.com/vmware-tanzu/pinniped/generated/1.19/apis v0.0.0-00010101000000-000000000000
github.com/vmware-tanzu/pinniped/generated/1.19/client v0.0.0-00010101000000-000000000000
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
@@ -30,6 +30,6 @@ require (
)
replace (
github.com/suzerain-io/pinniped/generated/1.19/apis => ./generated/1.19/apis
github.com/suzerain-io/pinniped/generated/1.19/client => ./generated/1.19/client
github.com/vmware-tanzu/pinniped/generated/1.19/apis => ./generated/1.19/apis
github.com/vmware-tanzu/pinniped/generated/1.19/client => ./generated/1.19/client
)