forked from rancher/terraform-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 879 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/rancher/terraform-controller
go 1.16
require (
github.com/docker/go-units v0.4.0
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/pkg/errors v0.9.1
github.com/rancher/lasso v0.0.0-20200905045615-7fcb07d6a20b
github.com/rancher/wrangler v0.7.2
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.20.0
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 // indirect
google.golang.org/appengine v1.6.1 // indirect
k8s.io/api v0.18.8
k8s.io/apiextensions-apiserver v0.18.0
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
)
replace github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009