country-geo-locations/go.mod
Tom Neuber 35600e9200
All checks were successful
continuous-integration/drone/push Build is passing
simplify downloader
2024-01-25 12:52:09 +01:00

26 lines
815 B
Modula-2

module git.ar21.de/yolokube/country-geo-locations
go 1.21.6
require (
github.com/alecthomas/kong v0.8.1
github.com/go-chi/chi/v5 v5.0.11
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
github.com/schollz/progressbar/v3 v3.14.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
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.4 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
)