35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/code-generator
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
|
|
github.com/go-openapi/spec v0.19.5
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/googleapis/gnostic v0.4.1
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449 // indirect
|
|
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7 // indirect
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027
|
|
k8s.io/klog/v2 v2.8.0
|
|
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
|
|
)
|