mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
23 lines
824 B
Modula-2
23 lines
824 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.1
|
|
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/mod v0.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // 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
|
|
)
|