1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-02-04 18:21:53 +02:00

update model template (#2307)

This commit is contained in:
justcy 2021-10-13 15:07:48 +08:00 committed by GitHub
parent f63e46a7d1
commit 690facdb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,