Skip to content

Commit b95d95f

Browse files
committed
migrate to go modules
1 parent 85f89e3 commit b95d95f

File tree

2,734 files changed

+201
-549084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,734 files changed

+201
-549084
lines changed

Gopkg.lock

-138
This file was deleted.

Gopkg.toml

-34
This file was deleted.

go.mod

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
module github.com/allegro/marathon-consul
2+
3+
go 1.17
4+
5+
require (
6+
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
7+
github.com/evalphobia/logrus_sentry v0.4.2
8+
github.com/getsentry/raven-go v0.0.0-20170614100719-d175f85701df
9+
github.com/hashicorp/consul v1.2.0
10+
github.com/ogier/pflag v0.0.1
11+
github.com/rcrowley/go-metrics v0.0.0-20160718165337-bdb33529eca3
12+
github.com/sirupsen/logrus v1.4.2
13+
github.com/stretchr/testify v1.4.0
14+
)
15+
16+
require (
17+
github.com/armon/go-metrics v0.3.10 // indirect
18+
github.com/certifi/gocertifi v0.0.0-20170417193930-a9c833d2837d // indirect
19+
github.com/davecgh/go-spew v1.1.1 // indirect
20+
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
21+
github.com/hashicorp/go-msgpack v1.1.5 // indirect
22+
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
23+
github.com/hashicorp/go-uuid v1.0.0 // indirect
24+
github.com/hashicorp/memberlist v0.3.1 // indirect
25+
github.com/hashicorp/serf v0.8.2-0.20170714182601-bbeddf0b3ab3 // indirect
26+
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
27+
github.com/kr/pretty v0.1.0 // indirect
28+
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect
29+
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
30+
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
31+
github.com/pascaldekloe/goe v0.1.0 // indirect
32+
github.com/pkg/errors v0.8.1 // indirect
33+
github.com/pmezard/go-difflib v1.0.0 // indirect
34+
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
35+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
36+
gopkg.in/yaml.v2 v2.2.5 // indirect
37+
)

0 commit comments

Comments
 (0)