2019-02-26 14:54:16 +01:00
|
|
|
module gitlab.com/unboundsoftware/dancefinder/geo-service
|
|
|
|
|
|
2024-07-08 18:21:29 +02:00
|
|
|
go 1.22
|
|
|
|
|
|
2024-11-07 00:08:51 +00:00
|
|
|
toolchain go1.23.3
|
2020-01-17 14:53:15 +01:00
|
|
|
|
2019-02-26 14:54:16 +01:00
|
|
|
require (
|
|
|
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
2024-07-08 18:21:29 +02:00
|
|
|
googlemaps.github.io/maps v1.7.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2021-11-06 22:27:14 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2024-07-08 18:21:29 +02:00
|
|
|
go.opencensus.io v0.22.3 // indirect
|
|
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
2019-02-26 14:54:16 +01:00
|
|
|
)
|