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 (
|
2023-11-02 15:22:15 +03:00
|
|
|
github.com/esrrhs/gohome v0.0.0-20231102120537-c519efbde976
|
2023-03-18 11:43:16 +03:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2023-10-12 02:35:00 +03:00
|
|
|
golang.org/x/net v0.17.0
|
2023-02-22 16:29:12 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
2023-11-02 15:22:15 +03:00
|
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
|
|
github.com/oschwald/geoip2-golang v1.9.0 // indirect
|
|
|
|
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
|
2023-10-12 02:35:00 +03:00
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2023-11-02 15:22:15 +03:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2023-02-22 16:29:12 +03:00
|
|
|
)
|