mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
831 B
AMPL
30 lines
831 B
AMPL
module github.com/xtaci/kcptun
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli v1.22.14
|
|
github.com/xtaci/kcp-go/v5 v5.6.3
|
|
github.com/xtaci/smux v1.5.24
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-iptables v0.7.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/klauspost/reedsolomon v1.11.8 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/templexxx/cpu v0.1.0 // indirect
|
|
github.com/templexxx/xorsimd v0.4.2 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.0
|