forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
59 lines (45 loc) · 1.41 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
required = ["github.com/benbjohnson/tmpl","github.com/golang/protobuf/protoc-gen-go"]
[prune]
unused-packages = true
go-tests = true
non-go = true
[[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"
# Pin BurntSushi/toml to the same version used in influxdb
# This also avoids using a version with the WTFPL license
[[constraint]]
name= "github.com/BurntSushi/toml"
revision = "a368813c5e648fee92e5f6c30e3944ff9d5e8895"
# 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"