prox5/go.mod
dependabot[bot] 4d31a7d1ef
Bump golang.org/x/net from 0.1.0 to 0.2.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.2.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>
2022-11-21 15:39:51 +00:00

38 lines
1.4 KiB
Modula-2

module git.tcp.direct/kayos/prox5
go 1.19
require (
git.tcp.direct/kayos/common v0.7.6
git.tcp.direct/kayos/go-socks5 v0.0.0-20221017013929-681914fcfad0
git.tcp.direct/kayos/socks v0.0.0-20221016092341-00cb75cc613a
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/miekg/dns v1.1.50
github.com/ooni/oohttp v0.3.0
github.com/panjf2000/ants/v2 v2.6.0
github.com/refraction-networking/utls v1.2.0
github.com/rivo/tview v0.0.0-20220916081518-2e69b7385a37
github.com/yunginnanet/Rate5 v1.1.0
golang.org/x/net v0.2.0
inet.af/netaddr v0.0.0-20220811202034-502d2d690317
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/rivo/uniseg v0.4.2 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/term v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.1.12 // indirect
nullprogram.com/x/rng v1.1.0 // indirect
)