2021-10-12 00:55:13 -07:00
|
|
|
module endlessh-go
|
|
|
|
|
|
2022-07-09 12:20:55 -07:00
|
|
|
go 1.18
|
2021-10-26 21:33:55 -07:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/golang/glog v1.0.0
|
2022-08-09 17:39:18 +00:00
|
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
2022-08-22 08:23:14 +00:00
|
|
|
github.com/pierrre/geohash v1.1.0
|
2022-08-08 08:24:43 +00:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2021-10-26 21:33:55 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-02-13 19:53:28 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-10-26 21:33:55 -07:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2022-08-09 17:39:18 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
2021-10-26 21:33:55 -07:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-08-08 08:24:43 +00:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-08-09 17:39:18 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
|
2022-08-08 08:24:43 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-10-26 21:33:55 -07:00
|
|
|
)
|