Skip to content

Commit a6cec28

Browse files
authored
Merge pull request #1577 from cloudxxx8/issue-1576
fix: Bump dependencies to resolve CVEs
2 parents abf78be + 26d723f commit a6cec28

File tree

771 files changed

+41856
-26488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

771 files changed

+41856
-26488
lines changed

example/cmd/device-simple/Attribution.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ https://github.com/grpc/grpc-go/blob/master/LICENSE
183183
google.golang.org/protobuf (Unspecified) https://github.com/protocolbuffers/protobuf-go
184184
https://github.com/protocolbuffers/protobuf-go/blob/master/LICENSE
185185

186-
gopkg.in/square/go-jose.v2 (Apache-2.0) https://github.com/square/go-jose/tree/v2.6.0
187-
https://github.com/square/go-jose/blob/v2.6.0/LICENSE
186+
github.com/go-jose/go-jose/v4 (Apache-2.0) https://github.com/go-jose/go-jose
187+
https://github.com/go-jose/go-jose/blob/main/LICENSE
188188

189189
github.com/rcrowley/go-metrics (Unspecified) https://github.com/rcrowley/go-metrics
190190
https://github.com/rcrowley/go-metrics/blob/master/LICENSE
@@ -213,9 +213,6 @@ https://github.com/golang/tools/blob/master/LICENSE
213213
golang.org/x/exp (BSD-3) https://github.com/golang/tools
214214
https://github.com/golang/tools/blob/master/LICENSE
215215

216-
github.com/go-jose/go-jose/v3 (Apache-2.0) https://github.com/go-jose/go-jose
217-
https://github.com/go-jose/go-jose/blob/v3/LICENSE
218-
219216
github.com/klauspost/compress (Apache-2.0) https://github.com/klauspost/compress
220217
https://github.com/klauspost/compress/blob/master/LICENSE
221218

@@ -239,3 +236,6 @@ https://github.com/valyala/fasttemplate/blob/master/LICENSE
239236

240237
golang.org/x/time (BSD-3) https://cs.opensource.google/go/x/time
241238
https://cs.opensource.google/go/x/time/+/master:LICENSE
239+
240+
google.golang.org/genproto/googleapis/rpc (Apache 2.0) https://github.com/googleapis/go-genproto
241+
https://github.com/googleapis/go-genproto/blob/main/LICENSE

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ require (
77
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.1.0
88
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0
99
github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0
10-
github.com/google/uuid v1.3.1
10+
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/go-multierror v1.1.1
1212
github.com/labstack/echo/v4 v4.11.2
1313
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
14-
github.com/stretchr/testify v1.8.4
14+
github.com/stretchr/testify v1.9.0
1515
gopkg.in/yaml.v3 v3.0.1
1616
)
1717

1818
require (
19-
github.com/Microsoft/go-winio v0.6.0 // indirect
19+
github.com/Microsoft/go-winio v0.6.1 // indirect
2020
github.com/armon/go-metrics v0.4.1 // indirect
2121
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
2222
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -27,15 +27,14 @@ require (
2727
github.com/fatih/color v1.14.1 // indirect
2828
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
2929
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
30-
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
30+
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
3131
github.com/go-kit/log v0.2.1 // indirect
3232
github.com/go-logfmt/logfmt v0.5.1 // indirect
3333
github.com/go-playground/locales v0.14.1 // indirect
3434
github.com/go-playground/universal-translator v0.18.1 // indirect
3535
github.com/go-playground/validator/v10 v10.15.5 // indirect
3636
github.com/go-redis/redis/v7 v7.3.0 // indirect
3737
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
38-
github.com/golang/protobuf v1.5.3 // indirect
3938
github.com/gorilla/websocket v1.5.0 // indirect
4039
github.com/hashicorp/consul/api v1.25.1 // indirect
4140
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -59,22 +58,22 @@ require (
5958
github.com/nats-io/nkeys v0.4.6 // indirect
6059
github.com/nats-io/nuid v1.0.1 // indirect
6160
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
62-
github.com/spiffe/go-spiffe/v2 v2.1.6 // indirect
63-
github.com/stretchr/objx v0.5.0 // indirect
61+
github.com/spiffe/go-spiffe/v2 v2.2.0 // indirect
62+
github.com/stretchr/objx v0.5.2 // indirect
6463
github.com/valyala/bytebufferpool v1.0.0 // indirect
6564
github.com/valyala/fasttemplate v1.2.2 // indirect
6665
github.com/x448/float16 v0.8.4 // indirect
6766
github.com/zeebo/errs v1.3.0 // indirect
68-
golang.org/x/crypto v0.14.0 // indirect
69-
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
70-
golang.org/x/mod v0.8.0 // indirect
71-
golang.org/x/net v0.17.0 // indirect
72-
golang.org/x/sync v0.2.0 // indirect
73-
golang.org/x/sys v0.13.0 // indirect
74-
golang.org/x/text v0.13.0 // indirect
75-
golang.org/x/time v0.3.0 // indirect
76-
golang.org/x/tools v0.6.0 // indirect
77-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
78-
google.golang.org/grpc v1.56.3 // indirect
79-
google.golang.org/protobuf v1.30.0 // indirect
67+
golang.org/x/crypto v0.23.0 // indirect
68+
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
69+
golang.org/x/mod v0.17.0 // indirect
70+
golang.org/x/net v0.25.0 // indirect
71+
golang.org/x/sync v0.7.0 // indirect
72+
golang.org/x/sys v0.20.0 // indirect
73+
golang.org/x/text v0.15.0 // indirect
74+
golang.org/x/time v0.5.0 // indirect
75+
golang.org/x/tools v0.21.0 // indirect
76+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 // indirect
77+
google.golang.org/grpc v1.63.2 // indirect
78+
google.golang.org/protobuf v1.34.1 // indirect
8079
)

0 commit comments

Comments
 (0)