back to vold

This commit is contained in:
Bel LaPointe
2026-03-08 20:35:09 -06:00
parent 94e946b20f
commit cddb6f4280
3 changed files with 113 additions and 4 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module turbomaps-er
go 1.24.2
require googlemaps.github.io/maps v1.7.0
require (
github.com/google/uuid v1.1.1 // indirect
go.opencensus.io v0.22.3 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
)