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

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 08:47:05 +00:00

39 lines
1.6 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.1.5
github.com/rivo/tview v0.0.0-20220916081518-2e69b7385a37
github.com/yunginnanet/Rate5 v1.1.0
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
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.9 // 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.0.0-20220829220503-c86fa9a7ed90 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
nullprogram.com/x/rng v1.1.0 // indirect
)