11module github.com/weaveworks/common
22
3- go 1.14
3+ go 1.21
44
55require (
66 github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
77 github.com/aws/aws-sdk-go v1.27.0
8- github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
98 github.com/davecgh/go-spew v1.1.1
109 github.com/felixge/httpsnoop v1.0.3
1110 github.com/go-kit/log v0.2.1
@@ -14,8 +13,6 @@ require (
1413 github.com/gogo/status v1.0.3
1514 github.com/golang/protobuf v1.5.2
1615 github.com/gorilla/mux v1.7.3
17- github.com/mattn/go-colorable v0.0.9 // indirect
18- github.com/mattn/go-isatty v0.0.4 // indirect
1916 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
2017 github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
2118 github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
@@ -26,14 +23,42 @@ require (
2623 github.com/prometheus/exporter-toolkit v0.8.2
2724 github.com/sercand/kuberesolver/v4 v4.0.0
2825 github.com/sirupsen/logrus v1.6.0
29- github.com/soheilhy/cmux v0.1.5 // indirect
26+ github.com/soheilhy/cmux v0.1.5
3027 github.com/stretchr/testify v1.8.1
3128 github.com/uber/jaeger-client-go v2.28.0+incompatible
3229 github.com/uber/jaeger-lib v2.2.0+incompatible
3330 github.com/weaveworks/promrus v1.2.0
34- go.uber.org/atomic v1.5.1 // indirect
3531 golang.org/x/net v0.5.0
3632 golang.org/x/tools v0.3.0
3733 google.golang.org/grpc v1.53.0
3834 gopkg.in/yaml.v2 v2.4.0
3935)
36+
37+ require (
38+ github.com/beorn7/perks v1.0.1 // indirect
39+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
40+ github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
41+ github.com/coreos/go-systemd/v22 v22.4.0 // indirect
42+ github.com/fsnotify/fsnotify v1.5.4 // indirect
43+ github.com/go-logfmt/logfmt v0.5.1 // indirect
44+ github.com/jpillora/backoff v1.0.0 // indirect
45+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
46+ github.com/mattn/go-colorable v0.0.9 // indirect
47+ github.com/mattn/go-isatty v0.0.4 // indirect
48+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
49+ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
50+ github.com/prometheus/client_model v0.3.0 // indirect
51+ github.com/prometheus/common v0.37.0 // indirect
52+ github.com/prometheus/procfs v0.8.0 // indirect
53+ go.uber.org/atomic v1.5.1 // indirect
54+ golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
55+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
56+ golang.org/x/oauth2 v0.4.0 // indirect
57+ golang.org/x/sync v0.1.0 // indirect
58+ golang.org/x/sys v0.5.0 // indirect
59+ golang.org/x/text v0.6.0 // indirect
60+ google.golang.org/appengine v1.6.7 // indirect
61+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
62+ google.golang.org/protobuf v1.28.1 // indirect
63+ gopkg.in/yaml.v3 v3.0.1 // indirect
64+ )
0 commit comments