-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
30 lines (28 loc) · 1.33 KB
/
go.mod
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
module github.com/allegro/mesos-executor
go 1.15
require (
github.com/StackExchange/wmi v0.0.0-20170410192909-ea383cf3ba6e // indirect
github.com/allegro/go-metrics-graphite v0.0.0-20180404124432-d8aec135f2c1
github.com/armon/go-metrics v0.3.9 // indirect
github.com/certifi/gocertifi v0.0.0-20170727155124-3fd9e1adb12b // indirect
github.com/evalphobia/logrus_sentry v0.4.5
github.com/getsentry/raven-go v0.0.0-20170614100719-d175f85701df
github.com/go-logfmt/logfmt v0.4.0
github.com/go-ole/go-ole v1.2.0 // indirect
github.com/hashicorp/consul/api v1.1.0
github.com/hashicorp/consul/sdk v0.1.1
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/memberlist v0.2.4 // indirect
github.com/json-iterator/go v1.1.9
github.com/kelseyhightower/envconfig v1.3.0
github.com/mesos/mesos-go v0.0.3-0.20170414165749-36b30d8a146d
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c
github.com/pkg/errors v0.8.1
github.com/pquerna/ffjson v0.0.0-20170801150605-5333e98ee8b9 // indirect
github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5
github.com/shirou/gopsutil v2.16.13-0.20170803020835-114c78c777eb+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
)