forked from lucasponce/iter8-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 951 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
26
27
module github.com/iter8-tools/iter8-istio
go 1.12
require (
github.com/fatih/camelcase v1.0.0
github.com/go-logr/logr v0.2.1
github.com/go-logr/zapr v0.2.0 // indirect
github.com/google/go-cmp v0.4.1
github.com/onsi/gomega v1.10.1
github.com/pkg/errors v0.9.1
github.com/stoewer/go-strcase v1.2.0 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/tools v0.0.0-20200616195046-dc31b401abb5 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
istio.io/api v0.0.0-20200929181739-00671adacbea
istio.io/client-go v0.0.0-20200928162541-a0d89687b368
istio.io/gogo-genproto v0.0.0-20191029161641-f7d19ec0141d // indirect
k8s.io/api v0.19.2
k8s.io/apiextensions-apiserver v0.19.2 // indirect
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
k8s.io/code-generator v0.19.2
sigs.k8s.io/controller-runtime v0.6.3
sigs.k8s.io/controller-tools v0.4.0 // indirect
)