mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 14:05:50 +00:00
Update module/package names to match GitHub org switch.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
10
go.mod
10
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user