forked from spotahome/kooper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
45 lines (35 loc) · 861 Bytes
/
Gopkg.toml
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
36
37
38
39
40
41
42
43
44
45
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.0"
[[constraint]]
branch = "master"
name = "golang.org/x/sync"
[[constraint]]
branch = "master"
name = "github.com/prometheus/client_golang"
[[constraint]]
name = "github.com/opentracing/opentracing-go"
version = "v1.0.2"
# Kubernetes >= 1.10.
# Note: Change all at once.
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.5"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.10.5"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.5"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.10.5"
[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.10.5"
[prune]
go-tests = true
unused-packages = true