mirror of https://github.com/k3s-io/k3s
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
661 B
22 lines
661 B
5 years ago
|
// This is a generated file. Do not edit directly.
|
||
|
|
||
|
module k8s.io/code-generator
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
|
||
|
github.com/spf13/pflag v1.0.1
|
||
|
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 // indirect
|
||
|
gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
|
||
|
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
|
||
|
k8s.io/gengo v0.0.0-20190116091435-f8a0810f38af
|
||
|
k8s.io/klog v0.3.1
|
||
|
)
|
||
|
|
||
|
replace (
|
||
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
||
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
|
||
|
k8s.io/code-generator => ../code-generator
|
||
|
)
|