31 lines
1.0 KiB
Modula-2
31 lines
1.0 KiB
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.0
|
|
googlemaps.github.io/maps v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // 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.9.0 // indirect
|
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
|
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
|
|
go.opencensus.io v0.22.3 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
|
)
|