country-geo-locations/go.mod

22 lines
609 B
Modula-2
Raw Normal View History

2023-12-23 18:22:37 +01:00
module git.ar21.de/yolokube/country-geo-locations
2024-01-10 20:12:52 +01:00
go 1.21.6
2023-12-19 13:56:03 +01:00
require (
github.com/alecthomas/kong v0.8.1
github.com/dustin/go-humanize v1.0.1
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
)