2019-05-09 19:36:03 +00:00
|
|
|
module github.com/rancher/dynamiclistener
|
|
|
|
|
2021-07-03 08:30:50 +00:00
|
|
|
go 1.16
|
2019-05-09 19:36:03 +00:00
|
|
|
|
|
|
|
require (
|
2021-07-03 08:30:50 +00:00
|
|
|
github.com/rancher/wrangler v0.8.3
|
2021-04-22 21:44:19 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2021-07-03 08:30:50 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-04-22 21:44:19 +00:00
|
|
|
k8s.io/api v0.18.8
|
|
|
|
k8s.io/apimachinery v0.18.8
|
2019-05-09 19:36:03 +00:00
|
|
|
)
|