2023-12-23 18:22:37 +01:00
|
|
|
module git.ar21.de/yolokube/country-geo-locations
|
2023-12-13 17:42:17 +01:00
|
|
|
|
|
|
|
go 1.21.5
|
2023-12-19 13:56:03 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/kong v0.8.1
|
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2023-12-20 04:12:04 +01:00
|
|
|
github.com/go-chi/chi/v5 v5.0.11
|
2023-12-19 13:56:03 +01:00
|
|
|
github.com/go-chi/render v1.0.3
|
|
|
|
github.com/hashicorp/go-memdb v1.3.4
|
|
|
|
github.com/levigross/grequests v0.0.0-20231203190023-9c307ef1f48d
|
|
|
|
github.com/praserx/ipconv v1.2.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
|
|
|
golang.org/x/net v0.19.0 // indirect
|
|
|
|
)
|