prox5/go.mod
dependabot[bot] 9d02bbce82
Bump golang.org/x/net from 0.5.0 to 0.6.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.6.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>
2023-02-09 15:05:31 +00:00

42 lines
1.2 KiB
Modula-2

module git.tcp.direct/kayos/prox5
go 1.19
require (
git.tcp.direct/kayos/common v0.8.1
git.tcp.direct/kayos/go-socks5 v1.0.4
git.tcp.direct/kayos/socks v0.1.1
github.com/gdamore/tcell/v2 v2.5.4
github.com/miekg/dns v1.1.50
github.com/ooni/oohttp v0.5.1
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/panjf2000/ants/v2 v2.7.1
github.com/refraction-networking/utls v1.2.1
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
github.com/yunginnanet/Rate5 v1.2.1
golang.org/x/net v0.6.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.1.12 // indirect
nullprogram.com/x/rng v1.1.0 // indirect
)
retract (
v1.2.2 // cleanup
v1.2.1 // accident
v0.8.4
)