module github.com/weaveworks/common go 1.13 require ( github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 github.com/aws/aws-sdk-go v1.15.78 github.com/beorn7/perks v1.0.0 github.com/davecgh/go-spew v1.1.1 github.com/go-kit/kit v0.8.0 github.com/go-logfmt/logfmt v0.3.0 github.com/gogo/googleapis v1.1.0 github.com/gogo/protobuf v1.3.0 github.com/gogo/status v1.0.3 github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect github.com/golang/protobuf v1.3.2 github.com/gorilla/context v1.1.1 github.com/gorilla/mux v1.6.2 github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 github.com/json-iterator/go v1.1.6 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.1 github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 github.com/mattn/go-colorable v0.0.9 github.com/mattn/go-isatty v0.0.4 github.com/matttproud/golang_protobuf_extensions v1.0.1 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02 github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.8.1 github.com/pmezard/go-difflib v1.0.0 github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 github.com/prometheus/common v0.4.1 github.com/prometheus/procfs v0.0.3 github.com/sercand/kuberesolver v2.1.0+incompatible github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.4.0 github.com/uber/jaeger-client-go v2.15.0+incompatible github.com/uber/jaeger-lib v1.5.1-0.20181102163054-1fc5c315e03c github.com/weaveworks/promrus v1.2.0 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 golang.org/x/sys v0.0.0-20190422165155-953cdadca894 golang.org/x/text v0.3.0 golang.org/x/tools v0.0.0-20190226205152-f727befe758c google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 google.golang.org/grpc v1.19.0 gopkg.in/yaml.v2 v2.2.2 )