forked from banzaicloud/istio-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.1 KB
/
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
28
29
30
31
32
33
module github.com/banzaicloud/istio-operator
go 1.14
require (
emperror.dev/errors v0.8.0
github.com/Masterminds/semver/v3 v3.1.0
github.com/banzaicloud/istio-client-go v0.0.9
github.com/banzaicloud/k8s-objectmatcher v1.4.0
github.com/caddyserver/caddy v1.0.5
github.com/coreos/go-semver v0.3.0
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/goph/emperror v0.17.2
github.com/lestrrat-go/jwx v1.0.6
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/pkg/errors v0.9.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.0
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.18.6
k8s.io/apiextensions-apiserver v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
sigs.k8s.io/controller-runtime v0.6.2
)