
relevant changes: - TLS transport cache: don't cache transports for incomparable configs Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
14 lines
250 B
Modula-2
14 lines
250 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.4
|
|
)
|
|
|
|
replace k8s.io/apimachinery => k8s.io/apimachinery v0.19.4
|