-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,734 changed files
with
201 additions
and
549,084 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.