dynamiclistener/go.mod

12 lines
270 B
Modula-2
Raw Normal View History

2019-05-09 19:36:03 +00:00
module github.com/rancher/dynamiclistener
go 1.12
require (
2020-07-14 20:08:30 +00:00
github.com/rancher/wrangler v0.6.2-0.20200714200521-c61fae623942
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
2019-05-09 19:36:03 +00:00
)