country-geo-locations/go.mod
Aaron Riedel 9e5c58207c
All checks were successful
continuous-integration/drone/push Build is passing
change repo name
2023-12-23 18:43:56 +01:00

22 lines
609 B
Modula-2

module git.ar21.de/yolokube/country-geo-locations
go 1.21.5
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
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
)