mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
10 lines
156 B
Modula-2
10 lines
156 B
Modula-2
module github.com/m3o/m3o-go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/micro/micro/v3 v3.0.1
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|