f464e03380
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>
7 lines
161 B
Modula-2
Generated
7 lines
161 B
Modula-2
Generated
// This go.mod file is generated by ./hack/codegen.sh.
|
|
module github.com/suzerain-io/pinniped/generated/1.17/apis
|
|
|
|
go 1.13
|
|
|
|
require k8s.io/apimachinery v0.17.11
|