forked from ceph/ceph-csi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
78 lines (60 loc) · 1.61 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "~1.1.0"
[[override]]
revision = "5db89f0ca68677abc5eefce8f2a0a772c98ba52d"
name = "github.com/docker/distribution"
#fixes https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.10.0"
[[constraint]]
name = "github.com/grpc-ecosystem/go-grpc-middleware"
version = "1.0.0"
[[override]]
version = "kubernetes-1.15.2"
name = "k8s.io/apimachinery"
[[constraint]]
name = "k8s.io/kubernetes"
version = "=v1.15.2"
[[override]]
version = "kubernetes-1.15.2"
name = "k8s.io/api"
[[override]]
version = "kubernetes-1.15.2"
name = "k8s.io/apiserver"
[[override]]
version = "kubernetes-1.15.2"
name = "k8s.io/cli-runtime"
[[override]]
name = "github.com/golang/protobuf"
version = "1.1.0"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.15.2"
[[override]]
name = "github.com/kubernetes-csi/external-snapshotter"
version = "v1.1.0"
[[override]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.15.2"
[[override]]
name = "k8s.io/kube-aggregator"
version = "kubernetes-1.15.2"
[[constraint]]
name = "github.com/grpc-ecosystem/go-grpc-prometheus"
version = "1.2.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "1.1.0"
[prune]
go-tests = true
non-go = true
unused-packages = true
# Prevent dep from pruning
[[prune.project]]
name = "github.com/kubernetes-csi/external-snapshotter"
non-go = false