Skip to content

Commit 3b027af

Browse files
committed
Update some dependencies with CVEs
Signed-off-by: alanprot <alanprot@gmail.com>
1 parent 4362363 commit 3b027af

File tree

3 files changed

+79
-1183
lines changed

3 files changed

+79
-1183
lines changed

go.mod

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,67 @@
11
module github.com/weaveworks/common
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.23.2
46

57
require (
68
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
810
github.com/davecgh/go-spew v1.1.1
911
github.com/felixge/httpsnoop v1.0.3
1012
github.com/go-kit/log v0.2.1
1113
github.com/gogo/googleapis v1.1.0
12-
github.com/gogo/protobuf v1.3.0
14+
github.com/gogo/protobuf v1.3.2
1315
github.com/gogo/status v1.0.3
14-
github.com/golang/protobuf v1.5.2
16+
github.com/golang/protobuf v1.5.4
1517
github.com/gorilla/mux v1.7.3
1618
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
1719
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
1820
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
1921
github.com/opentracing/opentracing-go v1.1.0
2022
github.com/pkg/errors v0.9.1
2123
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
2325
github.com/prometheus/exporter-toolkit v0.8.2
24-
github.com/sercand/kuberesolver/v4 v4.0.0
2526
github.com/sirupsen/logrus v1.6.0
2627
github.com/soheilhy/cmux v0.1.5
2728
github.com/stretchr/testify v1.8.1
2829
github.com/uber/jaeger-client-go v2.28.0+incompatible
2930
github.com/uber/jaeger-lib v2.2.0+incompatible
3031
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
3435
gopkg.in/yaml.v2 v2.4.0
3536
)
3637

3738
require (
3839
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
4041
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
4142
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
4344
github.com/go-logfmt/logfmt v0.5.1 // indirect
4445
github.com/jpillora/backoff v1.0.0 // indirect
4546
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
47+
github.com/kr/text v0.1.0 // indirect
4648
github.com/mattn/go-colorable v0.0.9 // indirect
4749
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
4951
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
5052
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
5357
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
5559
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
6164
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
6366
gopkg.in/yaml.v3 v3.0.1 // indirect
6467
)

0 commit comments

Comments
 (0)