Bump golang.org/x/net from 0.38.0 to 0.46.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.46.0.
- [Commits](https://github.com/golang/net/compare/v0.38.0...v0.46.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-09 08:06:55 +00:00
committed by GitHub
parent f1cd03ff76
commit 38627992d9
4 changed files with 27 additions and 22 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
module github.com/serjs/socks5-server
go 1.23.0
go 1.24.0
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/caarlos0/env/v6 v6.10.1
)
require golang.org/x/net v0.38.0
require golang.org/x/net v0.46.0
replace github.com/armon/go-socks5 => github.com/serjs/go-socks5 v0.0.0-20250923183437-3920b97ee0d2