1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-29 21:47:44 +02:00

1.fix plugins go get bug. (#2187)

2.update all mode.
3.add tidy tools
This commit is contained in:
Jerry
2021-06-30 14:21:03 +08:00
committed by GitHub
parent 4929a7c16e
commit c13bb07171
209 changed files with 33290 additions and 29059 deletions

View File

@@ -3,11 +3,11 @@ module github.com/asim/go-micro/plugins/server/http/v3
go 1.16
require (
github.com/asim/go-micro/plugins/registry/memory/v3 v3.5.1
github.com/asim/go-micro/v3 v3.5.1
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
)
replace (
github.com/asim/go-micro/v3 => ../../../../go-micro
github.com/asim/go-micro/plugins/registry/memory/v3 => ../../../plugins/registry/memory
github.com/asim/go-micro/v3 => ../../../../go-micro
)

File diff suppressed because it is too large Load Diff