2019-04-16 04:16:26 +02:00
|
|
|
module github.com/itzg/mc-router
|
|
|
|
|
2020-07-06 03:12:56 +02:00
|
|
|
go 1.14
|
2019-04-17 01:58:13 +02:00
|
|
|
|
2019-04-16 04:16:26 +02:00
|
|
|
require (
|
2019-07-14 23:34:46 +02:00
|
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
|
|
|
github.com/go-kit/kit v0.9.0
|
2020-01-04 21:22:01 +01:00
|
|
|
github.com/go-logfmt/logfmt v0.5.0 // indirect
|
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
2019-06-25 21:15:59 +02:00
|
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
2019-04-16 04:16:26 +02:00
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
2019-04-17 01:58:13 +02:00
|
|
|
github.com/gorilla/mux v1.7.1
|
2019-04-16 04:16:26 +02:00
|
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
2020-01-04 21:22:01 +01:00
|
|
|
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
|
|
|
|
github.com/itzg/go-flagsfiller v1.4.2
|
2019-07-13 22:40:00 +02:00
|
|
|
github.com/juju/ratelimit v1.0.1
|
2019-04-16 04:16:26 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-04-17 01:58:13 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.1
|
2020-01-04 04:19:21 +01:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-07-06 03:12:56 +02:00
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
k8s.io/api v0.18.5
|
|
|
|
k8s.io/apimachinery v0.18.5
|
|
|
|
k8s.io/client-go v0.18.5
|
2019-04-16 04:16:26 +02:00
|
|
|
)
|