-
Notifications
You must be signed in to change notification settings - Fork 113
/
Gopkg.toml
105 lines (85 loc) · 2.42 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/solo-io/solo-kit"
version = "0.1.0"
[[override]]
branch = "master"
name = "github.com/solo-io/kubecontroller"
[[constraint]]
version = "1.1.1"
name = "github.com/gogo/protobuf"
[[override]]
branch = "master"
name = "github.com/golang/protobuf"
[[override]]
name = "github.com/Azure/azure-sdk-for-go"
revision = "bd73d950fa4440dae889bd9917bff7cef539f86e"
[[constraint]]
name = "github.com/solo-io/go-checkpoint"
version = "0.0.3"
[[constraint]]
name = "k8s.io/helm"
revision = "3a8a797eab0e1d02456c7944bf41631546ee2e47"
[[override]]
name = "k8s.io/api"
revision = "fd83cbc87e7632ccd8bbab63d2b673d4e0c631cc"
[[override]]
name = "k8s.io/apiextensions-apiserver"
revision = "05e89e265cc594459a3d33a63e779d94e6614c63"
[[override]]
name = "k8s.io/apimachinery"
revision = "6dd46049f39503a1fc8d65de4bd566829e95faff"
[[override]]
name = "k8s.io/apiserver"
revision = "e85ad7b666fef0476185731329f4cff1536efff8"
[[override]]
name = "k8s.io/cli-runtime"
revision = "79bf4e0b64544d8c490247abae089bea572ddae6"
[[override]]
name = "k8s.io/client-go"
revision = "1638f8970cefaa404ff3a62950f88b08292b2696"
[[override]]
name = "k8s.io/kube-openapi"
revision = "0cf8f7e6ed1d2e3d47d02e3b6e559369af24d803"
[[override]]
name = "k8s.io/kubernetes"
revision = "54a352dda957bce0f88e49b65a6ee8bba8c0ba74"
[[override]]
name = "k8s.io/utils"
revision = "66066c83e385e385ccc3c964b44fd7dcd413d0ed"
[[override]]
name = "github.com/docker/distribution"
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
[[override]]
name = "github.com/russross/blackfriday"
revision = "300106c228d52c8941d4b3de6054a6062a86dda3"
[[constraint]]
name = "github.com/hashicorp/consul"
revision = "eba25a143821cec25bdb48fe64dd7b7a6152d01d"