Files
geo-service/go.mod
T

13 lines
389 B
Modula-2

module gitlab.com/unboundsoftware/dancefinder/geo-service
go 1.13
require (
github.com/caarlos0/env v3.5.0+incompatible
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
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
googlemaps.github.io/maps v0.0.0-20190206003505-be134e760d70
)