mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
29 lines
1001 B
Modula-2
29 lines
1001 B
Modula-2
module github.com/esrrhs/pingtunnel
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
github.com/esrrhs/gohome v0.0.0-20251213010607-0833baa19d8c
|
|
github.com/golang/protobuf v1.5.4
|
|
golang.org/x/crypto v0.46.0
|
|
golang.org/x/net v0.48.0
|
|
)
|
|
|
|
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.57.1 // 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.46 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|