mirror of
https://github.com/rancher/dynamiclistener.git
synced 2025-06-05 05:02:27 +00:00
12 lines
278 B
Modula-2
12 lines
278 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
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
)
|