Skip to content

Commit 3f7706d

Browse files
authored
[deps] Update x/crypto dependency (#2499)
## Summary fixes https://github.com/jetify-com/devbox/security/dependabot/197 ## How was it tested?
1 parent 28e11cf commit 3f7706d

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/fatih/color v1.17.0
2020
github.com/fsnotify/fsnotify v1.7.0
2121
github.com/getsentry/sentry-go v0.28.0
22-
github.com/go-jose/go-jose/v4 v4.0.2
22+
github.com/go-jose/go-jose/v4 v4.0.4
2323
github.com/google/go-cmp v0.6.0
2424
github.com/google/uuid v1.6.0
2525
github.com/hashicorp/go-envparse v0.1.0
@@ -44,7 +44,7 @@ require (
4444
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
4545
golang.org/x/mod v0.18.0
4646
golang.org/x/oauth2 v0.21.0
47-
golang.org/x/sync v0.7.0
47+
golang.org/x/sync v0.10.0
4848
golang.org/x/tools v0.22.0
4949
gopkg.in/yaml.v3 v3.0.1
5050
)
@@ -128,9 +128,9 @@ require (
128128
github.com/ulikunitz/xz v0.5.12 // indirect
129129
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
130130
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
131-
golang.org/x/crypto v0.24.0 // indirect
132-
golang.org/x/sys v0.21.0 // indirect
133-
golang.org/x/term v0.21.0 // indirect
134-
golang.org/x/text v0.16.0 // indirect
131+
golang.org/x/crypto v0.32.0 // indirect
132+
golang.org/x/sys v0.29.0 // indirect
133+
golang.org/x/term v0.28.0 // indirect
134+
golang.org/x/text v0.21.0 // indirect
135135
google.golang.org/protobuf v1.34.1 // indirect
136136
)

go.sum

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-xsx+bFjvYpLYE+Sok+4zlsK6i9QLg04fdWQoN5zC2CY=
1+
sha256-og8FrWOC3Cq3KucXYcpiI1BHQS9kRPQkxyaDypFYdn0=

0 commit comments

Comments
 (0)