mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
One
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user