dynamiclistener/go.mod

13 lines
334 B
Modula-2
Raw Permalink Normal View History

2019-05-09 19:36:03 +00:00
module github.com/rancher/dynamiclistener
go 1.12
require (
2019-10-31 02:15:37 +00:00
github.com/rancher/wrangler v0.1.4
github.com/rancher/wrangler-api v0.2.0
2019-05-09 19:36:03 +00:00
github.com/sirupsen/logrus v1.4.1
2020-01-31 05:40:35 +00:00
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
2019-10-31 02:15:37 +00:00
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
2019-05-09 19:36:03 +00:00
)