f501c76acc
Also: - Make our code generator script work with Go 1.17 - Make our update.sh script work on linux - Update the patch versions of the old Kube versions that we were using to generate code (see kube-versions.txt) - Use our container images from ghcr instead of projects.registry.vmware.com for codegen purposes - Make it easier to debug in the future by passing "-v" to the Kube codegen scripts - Updated copyright years to make commit checks pass
13 lines
279 B
Modula-2
Generated
13 lines
279 B
Modula-2
Generated
// This go.mod file is generated by ./hack/codegen.sh.
|
|
module go.pinniped.dev/generated/1.19/client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
go.pinniped.dev/generated/1.19/apis v0.0.0
|
|
k8s.io/apimachinery v0.19.15
|
|
k8s.io/client-go v0.19.15
|
|
)
|
|
|
|
replace go.pinniped.dev/generated/1.19/apis => ../apis
|