forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
48 lines (36 loc) · 1.12 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
required = ["github.com/benbjohnson/tmpl","github.com/golang/protobuf/protoc-gen-go"]
[[constraint]]
branch = "master"
name = "github.com/davecgh/go-spew"
[[constraint]]
branch = "master"
name = "github.com/evanphx/json-patch"
[[constraint]]
branch = "master"
name = "github.com/ghodss/yaml"
[[constraint]]
branch = "master"
name = "github.com/google/uuid"
[[constraint]]
name = "github.com/influxdata/influxdb"
version = "~1.1.0"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/mapstructure"
[[constraint]]
branch = "logger-targetmanager-wait"
name = "github.com/prometheus/prometheus"
source = "github.com/goller/prometheus"
[[constraint]]
branch = "master"
name = "github.com/shurcooL/markdownfmt"
[[constraint]]
name = "github.com/eclipse/paho.mqtt.golang"
version = "~1.0.0"
# Force the Azure projects to be a specific older version that Prometheus needs
[[override]]
name = "github.com/Azure/azure-sdk-for-go"
revision = "bd73d950fa4440dae889bd9917bff7cef539f86e"
[[override]]
name = "github.com/Azure/go-autorest"
revision = "a2fdd780c9a50455cecd249b00bdc3eb73a78e31"