mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
18 lines
527 B
Modula-2
18 lines
527 B
Modula-2
module github.com/rancher/helm-controller
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/rancher/wrangler v0.1.3
|
|
github.com/rancher/wrangler-api v0.1.3
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
|
|
k8s.io/klog v0.3.0
|
|
)
|
|
|
|
replace github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
|