Skip to content

Commit

Permalink
migrate to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tomez committed Feb 9, 2022
1 parent 85f89e3 commit b95d95f
Show file tree
Hide file tree
Showing 2,734 changed files with 201 additions and 549,084 deletions.
138 changes: 0 additions & 138 deletions Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions Gopkg.toml

This file was deleted.

37 changes: 37 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
)
Loading

0 comments on commit b95d95f

Please sign in to comment.