21 lines
651 B
Modula-2
21 lines
651 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/code-generator
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
k8s.io/gengo v0.0.0-20201113003025-83324d819ded
|
|
k8s.io/klog/v2 v2.4.0
|
|
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
|
|
)
|