ContainerImage.Pinniped/kubernetes/1.19/client-go/go.mod
Andrew Keesler 6e46ff345a
Run ./hack/module.sh tidy
I'm assuming if any of this is wrong, someone will yell at me...

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-08-14 09:16:48 -04:00

13 lines
401 B
Modula-2

module github.com/suzerain-io/placeholder-name/kubernetes/1.19/client-go
go 1.14
require (
github.com/suzerain-io/placeholder-name/kubernetes/1.19/api v0.0.0-00010101000000-000000000000
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
k8s.io/apimachinery v0.19.0-rc.0
k8s.io/client-go v0.19.0-rc.0
)
replace github.com/suzerain-io/placeholder-name/kubernetes/1.19/api => ../api