mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module github.com/itzg/mc-router
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-kit/kit v0.9.0
|
|
github.com/gorilla/mux v1.7.1
|
|
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/pires/go-proxyproto v0.6.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
|
|
)
|
|
|
|
require (
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logfmt/logfmt v0.5.0 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 // indirect
|
|
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
k8s.io/klog v1.0.0 // indirect
|
|
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|