prox5/go.mod
dependabot[bot] 5ef6b3f809
Bump github.com/yunginnanet/Rate5 from 1.0.1 to 1.1.0
Bumps [github.com/yunginnanet/Rate5](https://github.com/yunginnanet/Rate5) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/yunginnanet/Rate5/releases)
- [Commits](https://github.com/yunginnanet/Rate5/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/yunginnanet/Rate5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 15:26:39 +00:00

26 lines
865 B
Modula-2

module git.tcp.direct/kayos/prox5
go 1.18
require (
git.tcp.direct/kayos/common v0.7.0
git.tcp.direct/kayos/go-socks5 v1.0.1
github.com/miekg/dns v1.1.50
github.com/panjf2000/ants/v2 v2.5.0
github.com/yunginnanet/Rate5 v1.1.0
golang.org/x/net v0.0.0-20220630215102-69896b714898
h12.io/socks v1.0.3
inet.af/netaddr v0.0.0-20220617031823-097006376321
)
require (
github.com/patrickmn/go-cache v2.1.0+incompatible // 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/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // 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
)