
Fix client watch reestablishment handling of client-side timeouts Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
475 B
Modula-2
18 lines
475 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/stretchr/testify v1.4.0
|
|
k8s.io/apimachinery v0.18.2
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.18.2
|
|
)
|