forked from mattermost/mattermost-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 854 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 854 Bytes
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/mattermost/mattermost-operator
go 1.14
require (
github.com/banzaicloud/k8s-objectmatcher v1.4.1
github.com/go-logr/logr v0.1.0
github.com/go-openapi/spec v0.19.9
github.com/mattermost/blubr v0.0.0-20200113232543-f0ce67760aeb
github.com/mattn/goveralls v0.0.7
github.com/mikefarah/yq/v3 v3.0.0-20200916054308-65cb4726048d
github.com/minio/minio-operator v0.0.0-20200214142425-158e343f1f19
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
github.com/presslabs/mysql-operator v0.4.0
github.com/stretchr/testify v1.6.1
github.com/vrischmann/envconfig v1.3.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
k8s.io/code-generator v0.18.8
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
sigs.k8s.io/controller-runtime v0.6.2
)