Skip to content

Commit 1bf9852

Browse files
authored
CVE go mod dep update (#3716)
Signed-off-by: joshvanl <[email protected]>
1 parent d3eb43b commit 1bf9852

File tree

4 files changed

+127
-48
lines changed

4 files changed

+127
-48
lines changed

go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ require (
3636
github.com/aliyun/aliyun-oss-go-sdk v2.2.9+incompatible
3737
github.com/aliyun/aliyun-tablestore-go-sdk v1.7.10
3838
github.com/apache/dubbo-go-hessian2 v1.11.5
39-
github.com/apache/pulsar-client-go v0.11.0
39+
github.com/apache/pulsar-client-go v0.14.0
4040
github.com/apache/rocketmq-client-go/v2 v2.1.2-0.20230412142645-25003f6f083d
4141
github.com/apache/thrift v0.13.0
4242
github.com/aws/aws-msk-iam-sasl-signer-go v1.0.1-0.20241125194140-078c08b8574a
43-
github.com/aws/aws-sdk-go v1.50.19
43+
github.com/aws/aws-sdk-go v1.55.6
4444
github.com/aws/aws-sdk-go-v2 v1.32.4
4545
github.com/aws/aws-sdk-go-v2/config v1.28.2
4646
github.com/aws/aws-sdk-go-v2/credentials v1.17.43
@@ -73,7 +73,7 @@ require (
7373
github.com/googleapis/gax-go/v2 v2.12.4
7474
github.com/gorilla/mux v1.8.1
7575
github.com/grandcat/zeroconf v1.0.0
76-
github.com/hamba/avro/v2 v2.20.1
76+
github.com/hamba/avro/v2 v2.22.2-0.20240625062549-66aad10411d9
7777
github.com/hashicorp/consul/api v1.25.1
7878
github.com/hashicorp/golang-lru/v2 v2.0.7
7979
github.com/hazelcast/hazelcast-go-client v0.0.0-20190530123621-6cf767c2f31a
@@ -104,7 +104,7 @@ require (
104104
github.com/pkg/sftp v1.13.6
105105
github.com/puzpuzpuz/xsync/v3 v3.0.0
106106
github.com/rabbitmq/amqp091-go v1.8.1
107-
github.com/redis/go-redis/v9 v9.2.1
107+
github.com/redis/go-redis/v9 v9.6.3
108108
github.com/riferrei/srclient v0.6.0
109109
github.com/sendgrid/sendgrid-go v3.13.0+incompatible
110110
github.com/sijms/go-ora/v2 v2.7.18
@@ -126,9 +126,9 @@ require (
126126
go.uber.org/multierr v1.11.0
127127
go.uber.org/ratelimit v0.3.0
128128
golang.org/x/crypto v0.35.0
129-
golang.org/x/mod v0.17.0
129+
golang.org/x/mod v0.18.0
130130
golang.org/x/net v0.36.0
131-
golang.org/x/oauth2 v0.21.0
131+
golang.org/x/oauth2 v0.27.0
132132
google.golang.org/api v0.180.0
133133
google.golang.org/grpc v1.66.0
134134
google.golang.org/protobuf v1.34.2
@@ -160,7 +160,6 @@ require (
160160
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
161161
github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
162162
github.com/DataDog/zstd v1.5.2 // indirect
163-
github.com/Microsoft/go-winio v0.6.2 // indirect
164163
github.com/OneOfOne/xxhash v1.2.8 // indirect
165164
github.com/RoaringBitmap/roaring v1.1.0 // indirect
166165
github.com/Workiva/go-datastructures v1.0.53 // indirect
@@ -254,8 +253,7 @@ require (
254253
github.com/gogap/errors v0.0.0-20200228125012-531a6449b28c // indirect
255254
github.com/gogap/stack v0.0.0-20150131034635-fef68dddd4f8 // indirect
256255
github.com/gogo/protobuf v1.3.2 // indirect
257-
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
258-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
256+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
259257
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
260258
github.com/golang-sql/sqlexp v0.1.0 // indirect
261259
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -322,6 +320,7 @@ require (
322320
github.com/mitchellh/copystructure v1.2.0 // indirect
323321
github.com/mitchellh/go-homedir v1.1.0 // indirect
324322
github.com/mitchellh/reflectwalk v1.0.2 // indirect
323+
github.com/moby/sys/userns v0.1.0 // indirect
325324
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
326325
github.com/modern-go/reflect2 v1.0.2 // indirect
327326
github.com/montanaflynn/stats v0.7.0 // indirect
@@ -400,7 +399,7 @@ require (
400399
golang.org/x/term v0.29.0 // indirect
401400
golang.org/x/text v0.22.0 // indirect
402401
golang.org/x/time v0.6.0 // indirect
403-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
402+
golang.org/x/tools v0.22.0 // indirect
404403
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
405404
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
406405
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect

0 commit comments

Comments
 (0)