32 lines
972 B
Modula-2
32 lines
972 B
Modula-2
module nearby-search
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/jedib0t/go-pretty/v6 v6.6.7
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kr/pretty v0.3.1
|
|
github.com/xuri/excelize/v2 v2.9.1
|
|
googlemaps.github.io/maps v1.7.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/maps v1.20.4 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.4 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/tiendc/go-deepcopy v1.6.0 // indirect
|
|
github.com/xuri/efp v0.0.1 // indirect
|
|
github.com/xuri/nfp v0.0.1 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
)
|