socks5-server/go.mod
dependabot[bot] 93554c03aa
Bump golang.org/x/net from 0.1.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 22:23:38 +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.17.0