Renovate Bot
399bdae08d
All checks were successful
continuous-integration/drone/push Build is passing
25 lines
815 B
Modula-2
25 lines
815 B
Modula-2
module git.ar21.de/yolokube/country-geo-locations
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.9.0
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
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.3
|
|
)
|
|
|
|
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.7 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
)
|