Skip to content

Commit

Permalink
build(deps): bump golang.org/x/net (#1063)
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.23.0.
- [Commits](golang/net@v0.15.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent bbbc65c commit d06bf66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1,000 deletions.
7 changes: 3 additions & 4 deletions nym-vpn-core/crates/nym-gateway-probe/netstack_ping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ module github.com/nymtech/nym-vpn-client/nym-vpn-core/crates/nym-gateway-probe/n
go 1.22

require (
golang.org/x/net v0.15.0
golang.org/x/net v0.23.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
)


require (
github.com/google/btree v1.0.1 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 // indirect
Expand Down
Loading

0 comments on commit d06bf66

Please sign in to comment.