new client stinks

This commit is contained in:
Bel LaPointe
2026-03-08 20:30:46 -06:00
parent bff0f4052c
commit eb6c7b2863
3 changed files with 8 additions and 8 deletions

8
go.mod
View File

@@ -1,11 +1,5 @@
module turbomaps-er
go 1.24.2
go 1.26
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
)