initial commit
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user