Skip to content

Commit

Permalink
[deps] Update x/crypto dependency (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 authored Jan 31, 2025
1 parent 28e11cf commit 3f7706d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/fatih/color v1.17.0
github.com/fsnotify/fsnotify v1.7.0
github.com/getsentry/sentry-go v0.28.0
github.com/go-jose/go-jose/v4 v4.0.2
github.com/go-jose/go-jose/v4 v4.0.4
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-envparse v0.1.0
Expand All @@ -44,7 +44,7 @@ require (
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.18.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.7.0
golang.org/x/sync v0.10.0
golang.org/x/tools v0.22.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -128,9 +128,9 @@ require (
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)
18 changes: 14 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256-xsx+bFjvYpLYE+Sok+4zlsK6i9QLg04fdWQoN5zC2CY=
sha256-og8FrWOC3Cq3KucXYcpiI1BHQS9kRPQkxyaDypFYdn0=

0 comments on commit 3f7706d

Please sign in to comment.