|
1 | 1 | module github.com/weaveworks/common
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.22 |
| 4 | + |
| 5 | +toolchain go1.23.2 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
7 |
| - github.com/aws/aws-sdk-go v1.27.0 |
8 |
| - github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect |
| 9 | + github.com/aws/aws-sdk-go v1.55.5 |
9 | 10 | github.com/davecgh/go-spew v1.1.1
|
10 | 11 | github.com/felixge/httpsnoop v1.0.3
|
11 | 12 | github.com/go-kit/log v0.2.1
|
12 | 13 | github.com/gogo/googleapis v1.1.0
|
13 |
| - github.com/gogo/protobuf v1.3.0 |
| 14 | + github.com/gogo/protobuf v1.3.2 |
14 | 15 | github.com/gogo/status v1.0.3
|
15 |
| - github.com/golang/protobuf v1.5.2 |
| 16 | + github.com/golang/protobuf v1.5.4 |
16 | 17 | 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 |
19 | 18 | github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
20 | 19 | github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
|
21 | 20 | github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
|
22 | 21 | github.com/opentracing/opentracing-go v1.1.0
|
23 | 22 | github.com/pkg/errors v0.9.1
|
24 | 23 | github.com/pmezard/go-difflib v1.0.0
|
25 |
| - github.com/prometheus/client_golang v1.14.0 |
| 24 | + github.com/prometheus/client_golang v1.15.1 |
26 | 25 | github.com/prometheus/exporter-toolkit v0.8.2
|
27 |
| - github.com/sercand/kuberesolver/v4 v4.0.0 |
28 | 26 | github.com/sirupsen/logrus v1.6.0
|
29 |
| - github.com/soheilhy/cmux v0.1.5 // indirect |
| 27 | + github.com/soheilhy/cmux v0.1.5 |
30 | 28 | github.com/stretchr/testify v1.8.1
|
31 | 29 | github.com/uber/jaeger-client-go v2.28.0+incompatible
|
32 | 30 | github.com/uber/jaeger-lib v2.2.0+incompatible
|
33 | 31 | github.com/weaveworks/promrus v1.2.0
|
34 |
| - go.uber.org/atomic v1.5.1 // indirect |
35 |
| - golang.org/x/net v0.5.0 |
36 |
| - golang.org/x/tools v0.3.0 |
37 |
| - google.golang.org/grpc v1.53.0 |
| 32 | + golang.org/x/net v0.31.0 |
| 33 | + golang.org/x/tools v0.22.0 |
| 34 | + google.golang.org/grpc v1.65.0 |
38 | 35 | gopkg.in/yaml.v2 v2.4.0
|
39 | 36 | )
|
| 37 | + |
| 38 | +require ( |
| 39 | + github.com/beorn7/perks v1.0.1 // indirect |
| 40 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 41 | + github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect |
| 42 | + github.com/coreos/go-systemd/v22 v22.4.0 // indirect |
| 43 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 44 | + github.com/go-logfmt/logfmt v0.5.1 // indirect |
| 45 | + github.com/jpillora/backoff v1.0.0 // indirect |
| 46 | + github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect |
| 47 | + github.com/kr/text v0.1.0 // indirect |
| 48 | + github.com/mattn/go-colorable v0.0.9 // indirect |
| 49 | + github.com/mattn/go-isatty v0.0.4 // indirect |
| 50 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
| 51 | + github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect |
| 52 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 53 | + github.com/prometheus/common v0.42.0 // indirect |
| 54 | + github.com/prometheus/procfs v0.9.0 // indirect |
| 55 | + github.com/rogpeppe/go-internal v1.13.1 // indirect |
| 56 | + github.com/sercand/kuberesolver/v5 v5.1.1 // indirect |
| 57 | + go.uber.org/atomic v1.5.1 // indirect |
| 58 | + golang.org/x/crypto v0.29.0 // indirect |
| 59 | + golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect |
| 60 | + golang.org/x/oauth2 v0.20.0 // indirect |
| 61 | + golang.org/x/sync v0.9.0 // indirect |
| 62 | + golang.org/x/sys v0.27.0 // indirect |
| 63 | + golang.org/x/text v0.20.0 // indirect |
| 64 | + google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect |
| 65 | + google.golang.org/protobuf v1.34.1 // indirect |
| 66 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 67 | +) |
0 commit comments