mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
28 lines
954 B
Modula-2
28 lines
954 B
Modula-2
module github.com/esrrhs/pingtunnel
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
github.com/esrrhs/gohome v0.0.0-20251230021531-10dd8849d958
|
|
golang.org/x/crypto v0.46.0
|
|
golang.org/x/net v0.48.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/klauspost/reedsolomon v1.12.6 // indirect
|
|
github.com/oschwald/geoip2-golang v1.13.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/quic-go/quic-go v0.58.0 // indirect
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible // indirect
|
|
github.com/xtaci/smux v1.5.50 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
)
|