forked from jacksontj/promxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
58 lines (45 loc) · 1.18 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
[prune]
go-tests = true
unused-packages = true
non-go = true
[[constraint]]
name = "github.com/jessevdk/go-flags"
version = "1.3.0"
[[constraint]]
name = "github.com/julienschmidt/httprouter"
version = "1.1.0"
[[constraint]]
name = "github.com/prometheus/common"
branch = "master"
[[constraint]]
branch = "release-2.10_fork_promxy"
name = "github.com/prometheus/prometheus"
source = "github.com/jacksontj/prometheus"
[[constraint]]
name = "github.com/sirupsen/logrus"
branch = "master"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
[[constraint]]
branch = "master"
name = "github.com/prometheus/client_golang"
# Force some transitive stuffs
[[override]]
name = "github.com/hashicorp/consul"
version = "v1.1.0"
[[override]]
name = "github.com/hashicorp/serf"
version = "v0.8.1"
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "github.com/fsnotify/fsnotify"
[[override]]
name = "github.com/cockroachdb/cockroach"
revision = "84bc9597164f671c0130543778228928d6865c5c"
[[override]]
name = "k8s.io/apimachinery"
revision = "2b1284ed4c93a43499e781493253e2ac5959c4fd"
[[override]]
name = "k8s.io/client-go"
version = "v11.0.0"