Skip to content

Commit

Permalink
Bump golang.org/x/net from 0.17.0 to 0.23.0 in /src
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 0aabeda commit a571aa8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 32 deletions.
9 changes: 4 additions & 5 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
github.com/btcsuite/btcutil v1.0.2
github.com/ipfs/go-log/v2 v2.5.1
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.21.0
google.golang.org/api v0.138.0
)

Expand Down Expand Up @@ -61,7 +61,6 @@ require (
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sync v0.4.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)

Expand Down Expand Up @@ -100,10 +99,10 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
Expand Down
Loading

0 comments on commit a571aa8

Please sign in to comment.