ETAs Service (#31)

This commit is contained in:
ben-toogood
2020-12-15 14:11:34 +00:00
committed by GitHub
parent 47f52e4a2f
commit da97810f24
15 changed files with 1437 additions and 0 deletions

11
etas/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module etas
go 1.15
require (
github.com/golang/protobuf v1.4.3
github.com/micro/micro/v3 v3.0.2
github.com/stretchr/testify v1.6.1
google.golang.org/protobuf v1.25.0
googlemaps.github.io/maps v1.3.1
)