dynamiclistener/go.mod
Darren Shepherd dcc205f52d mod tidy
2020-01-30 22:41:19 -07:00

13 lines
334 B
Modula-2

module github.com/rancher/dynamiclistener
go 1.12
require (
github.com/rancher/wrangler v0.1.4
github.com/rancher/wrangler-api v0.2.0
github.com/sirupsen/logrus v1.4.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
)