initial commit

This commit is contained in:
2023-03-27 20:57:28 +02:00
commit fb30573934
29 changed files with 18303 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.coopgo.io/coopgo-platform/routing-service
go 1.18
require (
github.com/paulmach/orb v0.9.0 // indirect
github.com/twpayne/go-polyline v1.1.1 // indirect
go.mongodb.org/mongo-driver v1.11.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)