ContainerImage.Pinniped/test/go.mod
Matt Moyer 8b36f2e8ae Convert code to use the new generated packages.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-08-24 14:42:27 -05:00

24 lines
865 B
Modula-2

module github.com/suzerain-io/pinniped/test
go 1.14
require (
github.com/davecgh/go-spew v1.1.1
github.com/stretchr/testify v1.6.1
github.com/suzerain-io/pinniped v0.0.0-20200819182107-1b9a70d089f4
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/suzerain-io/pinniped/pkg/client v0.0.0-00010101000000-000000000000
k8s.io/api v0.19.0-rc.0
k8s.io/apimachinery v0.19.0-rc.0
k8s.io/client-go v0.19.0-rc.0
k8s.io/kube-aggregator v0.19.0-rc.0
)
replace (
github.com/suzerain-io/pinniped => ../
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/suzerain-io/pinniped/pkg/client => ../pkg/client
)