mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
25 lines
787 B
Modula-2
25 lines
787 B
Modula-2
module github.com/itzg/mc-router
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
|
github.com/go-kit/kit v0.9.0
|
|
github.com/go-logfmt/logfmt v0.5.0 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/gorilla/mux v1.7.1
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
|
|
github.com/itzg/go-flagsfiller v1.4.2
|
|
github.com/juju/ratelimit v1.0.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/stretchr/testify v1.4.0
|
|
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
|
|
)
|