prox5/go.mod
dependabot[bot] ca4cedde0d
Bump github.com/refraction-networking/utls from 1.1.5 to 1.2.0
Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](https://github.com/refraction-networking/utls/compare/v1.1.5...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/refraction-networking/utls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 15:25:07 +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.1.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.1.0 // indirect
golang.org/x/term v0.1.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
)