2023-12-23 18:22:37 +01:00
|
|
|
module git.ar21.de/yolokube/country-geo-locations
|
2023-12-13 17:42:17 +01:00
|
|
|
|
2024-04-03 21:17:31 +02:00
|
|
|
go 1.22.2
|
2023-12-19 13:56:03 +01:00
|
|
|
|
|
|
|
require (
|
2024-03-08 08:19:08 +01:00
|
|
|
github.com/alecthomas/kong v0.9.0
|
2024-06-28 17:19:55 +02:00
|
|
|
github.com/go-chi/chi/v5 v5.1.0
|
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
|
2024-07-25 14:09:39 +02:00
|
|
|
github.com/praserx/ipconv v1.2.2
|
2024-07-29 21:18:36 +02:00
|
|
|
github.com/schollz/progressbar/v3 v3.14.5
|
2023-12-19 13:56:03 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
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
|
2024-01-25 12:52:09 +01:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
2024-02-24 19:04:08 +01:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2023-12-19 13:56:03 +01:00
|
|
|
golang.org/x/net v0.19.0 // indirect
|
2024-07-29 21:18:36 +02:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
golang.org/x/term v0.22.0 // indirect
|
2023-12-19 13:56:03 +01:00
|
|
|
)
|