forked from github/dynamiclistener
Fixes issue where apiserver outages can block dynamiclistener from accepting new connections. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
13 lines
266 B
Modula-2
13 lines
266 B
Modula-2
module github.com/rancher/dynamiclistener
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/rancher/wrangler v0.8.9
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
k8s.io/api v0.18.8
|
|
k8s.io/apimachinery v0.18.8
|
|
k8s.io/client-go v0.18.8
|
|
)
|