ContainerImage.Pinniped/generated/1.17/client/go.mod
Andrew Keesler f464e03380
Generate code against 1.17.11
We want to be able to run kind integration tests against the same
versions that we generate code against. There is no public
kindest/node image for 1.17.9, so let's update to the next 1.17.x
version where there is an image: 1.17.11.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-09-17 10:35:45 -04:00

15 lines
447 B
Modula-2
Generated

// This go.mod file is generated by ./hack/codegen.sh.
module github.com/suzerain-io/pinniped/generated/1.17/client
go 1.13
require (
github.com/go-openapi/spec v0.19.9
github.com/suzerain-io/pinniped/generated/1.17/apis v0.0.0-00010101000000-000000000000
k8s.io/apimachinery v0.17.11
k8s.io/client-go v0.17.11
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29
)
replace github.com/suzerain-io/pinniped/generated/1.17/apis => ../apis