Files
dynamiclistener/go.mod

12 lines
240 B
Modula-2
Raw Normal View History

2019-05-09 12:36:03 -07:00
module github.com/rancher/dynamiclistener
go 1.12
require (
github.com/rancher/wrangler v0.8.0
2020-07-14 13:08:30 -07:00
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
2019-05-09 12:36:03 -07:00
)