mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 07:15:25 +00:00
ETAs Service (#31)
This commit is contained in:
11
etas/go.mod
Normal file
11
etas/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user