14 lines
260 B
Modula-2
14 lines
260 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/stretchr/testify v1.4.0
|
|
k8s.io/apimachinery v0.19.0-rc.4
|
|
)
|
|
|
|
replace k8s.io/apimachinery => k8s.io/apimachinery v0.19.0-rc.4
|