mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
14 lines
370 B
Modula-2
14 lines
370 B
Modula-2
module github.com/micro/services
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/micro/go-micro/v3 v3.0.0-beta.2.0.20200918112555-9168c7c61064
|
|
github.com/micro/micro/v3 v3.0.0-beta.4.0.20200918115538-32e9a17127d7
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|