socks5-server/go.mod
dependabot[bot] 55477b9a06
Bump golang.org/x/net from 0.17.0 to 0.25.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.25.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 08:23:49 +00:00

11 lines
193 B
Modula-2

module github.com/serjs/socks5-server
go 1.19
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.25.0