1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-29 20:39:48 +02:00

Merge branch 'master' of ssh://github.com/asim/go-micro

This commit is contained in:
Asim Aslam 2021-10-13 09:42:31 +01:00
commit ca594b922c

View File

@ -6,7 +6,7 @@ var Module = `module {{.Vendor}}{{.Service}}{{if .Client}}-client{{end}}
go 1.16
require (
github.com/asim/go-micro/v3 v3.5.2
go-micro.dev/v4 v4.1.0
)
// This can be removed once etcd becomes go gettable, version 3.4 and 3.5 is not,