Skip to content

Commit a7b5a13

Browse files
committed
Update some dependencies with CVEs
Signed-off-by: alanprot <[email protected]>
1 parent 4362363 commit a7b5a13

File tree

2 files changed

+48
-37
lines changed

2 files changed

+48
-37
lines changed

go.mod

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.21
44

55
require (
66
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
7-
github.com/aws/aws-sdk-go v1.27.0
7+
github.com/aws/aws-sdk-go v1.55.5
88
github.com/davecgh/go-spew v1.1.1
99
github.com/felixge/httpsnoop v1.0.3
1010
github.com/go-kit/log v0.2.1
1111
github.com/gogo/googleapis v1.1.0
12-
github.com/gogo/protobuf v1.3.0
12+
github.com/gogo/protobuf v1.3.2
1313
github.com/gogo/status v1.0.3
14-
github.com/golang/protobuf v1.5.2
14+
github.com/golang/protobuf v1.5.4
1515
github.com/gorilla/mux v1.7.3
1616
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
1717
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
@@ -28,15 +28,15 @@ require (
2828
github.com/uber/jaeger-client-go v2.28.0+incompatible
2929
github.com/uber/jaeger-lib v2.2.0+incompatible
3030
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
31+
golang.org/x/net v0.31.0
32+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
33+
google.golang.org/grpc v1.65.0
3434
gopkg.in/yaml.v2 v2.4.0
3535
)
3636

3737
require (
3838
github.com/beorn7/perks v1.0.1 // indirect
39-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
39+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4040
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
4141
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
4242
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -51,14 +51,13 @@ require (
5151
github.com/prometheus/common v0.37.0 // indirect
5252
github.com/prometheus/procfs v0.8.0 // indirect
5353
go.uber.org/atomic v1.5.1 // indirect
54-
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
54+
golang.org/x/crypto v0.29.0 // indirect
5555
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
56+
golang.org/x/oauth2 v0.20.0 // indirect
57+
golang.org/x/sync v0.9.0 // indirect
58+
golang.org/x/sys v0.27.0 // indirect
59+
golang.org/x/text v0.20.0 // indirect
6160
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
62-
google.golang.org/protobuf v1.28.1 // indirect
61+
google.golang.org/protobuf v1.34.1 // indirect
6362
gopkg.in/yaml.v3 v3.0.1 // indirect
6463
)

0 commit comments

Comments
 (0)