forked from grafana/cortex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
52 lines (42 loc) · 1.53 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
[prune]
unused-packages = true
go-tests = true
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "v1.10.8"
# Need an override on jaeger-lib as it has a ^0.8.0 contraint on client_golang.
[[override]]
name = "github.com/uber/jaeger-lib"
version = ">=v1.5.0"
# Pin to master branch until there is a more recent stable release:
# https://github.com/prometheus/client_golang/issues/375
[[override]]
name = "github.com/prometheus/client_golang"
branch = "master"
[[constraint]]
name = "github.com/prometheus/alertmanager"
revision = "fb713f6d8239b57c646cae30f78e8b4b8861a1aa"
# Since Cortex is heavily based on Prometheus packages, we want
# to track upstream master quite closely, without being constrained
# to the latest Prometheus release. This means we get various bug
# fixes and features earlier, and makes necessary refactorings upon
# vendor updates less huge (if updated frequently).
[[constraint]]
name = "github.com/prometheus/prometheus"
branch = "master"
# Similar to prometheus/prometheus, we want to track upstream master.
[[constraint]]
name = "github.com/prometheus/tsdb"
branch = "master"
[[override]]
name = "k8s.io/client-go"
revision = "7d04d0e2a0a1a4d4a1cd6baa432a2301492e4e65"
[[override]]
name = "k8s.io/apimachinery"
revision = "103fd098999dc9c0c88536f5c9ad2e5da39373ae"
[[override]]
name = "github.com/Azure/azure-sdk-for-go"
revision = "bd73d950fa4440dae889bd9917bff7cef539f86e"
[[override]]
name = "github.com/weaveworks/mesh"
revision = "5015f896ab62d3e9fe757456c757521ce0c3faff"