dynamiclistener/go.mod

10 lines
186 B
Modula-2
Raw Normal View History

2019-05-09 19:36:03 +00:00
module github.com/rancher/dynamiclistener
go 1.12
require (
github.com/rancher/wrangler-api v0.2.0
2019-05-09 19:36:03 +00:00
github.com/sirupsen/logrus v1.4.1
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
2019-05-09 19:36:03 +00:00
)