-
Notifications
You must be signed in to change notification settings - Fork 33
/
go.mod
37 lines (34 loc) · 1.64 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
31
32
33
34
35
36
37
module github.com/allegro/marathon-consul
go 1.17
require (
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
github.com/evalphobia/logrus_sentry v0.4.2
github.com/getsentry/raven-go v0.0.0-20170614100719-d175f85701df
github.com/hashicorp/consul v1.2.0
github.com/ogier/pflag v0.0.1
github.com/rcrowley/go-metrics v0.0.0-20160718165337-bdb33529eca3
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
)
require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/certifi/gocertifi v0.0.0-20170417193930-a9c833d2837d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/go-uuid v1.0.0 // indirect
github.com/hashicorp/memberlist v0.3.1 // indirect
github.com/hashicorp/serf v0.8.2-0.20170714182601-bbeddf0b3ab3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)