2023-03-18 08:32:35 +03:00
|
|
|
module github.com/esrrhs/pingtunnel
|
2023-02-22 16:29:12 +03:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/esrrhs/gohome v0.0.0-20230222132228-8bb1d3e2ecc4
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
|
|
|
golang.org/x/net v0.7.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
|
|
)
|