mirror of https://github.com/docker/cli.git
19 lines
564 B
Modula-2
19 lines
564 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/api
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
|
|
github.com/stretchr/testify v1.3.0
|
|
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
|
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
|
|
)
|