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