forked from allegro/mesos-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
62 lines (47 loc) · 1.36 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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/evalphobia/logrus_sentry"
version = "0.4.5"
[[constraint]]
name = "github.com/getsentry/raven-go"
branch = "master"
[[constraint]]
name = "github.com/hashicorp/consul"
version = "1.0.6"
[[constraint]]
name = "github.com/kelseyhightower/envconfig"
version = "1.3.0"
[[constraint]]
name = "github.com/mesos/mesos-go"
revision = "36b30d8a146d425c9cbd70afe86f667540a248e3"
[[constraint]]
name = "github.com/pborman/uuid"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/pkg/errors"
[[constraint]]
name = "github.com/shirou/gopsutil"
version = "2.16.12"
[[constraint]]
name = "github.com/stretchr/testify"
revision = "f6abca593680b2315d2075e0f5e2a9751e3f431a"
[[constraint]]
name = "github.com/rcrowley/go-metrics"
revision = "1f30fe9094a513ce4c700b9a54458bbb0c96996c"
[[constraint]]
name = "github.com/go-logfmt/logfmt"
version = "0.3.0"
[[constraint]]
branch = "master"
name = "golang.org/x/time"
[[constraint]]
name = "github.com/allegro/go-metrics-graphite"
revision = "d8aec135f2c1e2d0fd86f55e9b85427ba6592490"
[[constraint]]
name = "github.com/json-iterator/go"
version = "1.1.3"