forked from spotahome/redis-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
35 lines (27 loc) · 689 Bytes
/
Gopkg.toml
File metadata and controls
35 lines (27 loc) · 689 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
26
27
28
29
30
31
32
33
34
35
[[constraint]]
name = "github.com/go-redis/redis"
version = "6.12.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/stretchr/testify"
version = "v1.2.2"
[[constraint]]
name = "github.com/spotahome/kooper"
version = "v0.8.0"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.15.6"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.15.6"
[[override]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.15.6"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.15.6"
[[constraint]]
name = "github.com/prometheus/client_golang"
branch = "master"