mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
12 lines
209 B
Modula-2
12 lines
209 B
Modula-2
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
|
|
)
|