mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
update
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
module github.com/asim/go-micro/plugins/server/http/v3
|
||||
module github.com/asim/go-micro/plugins/server/http/v4
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v4 master
|
||||
go-micro.dev/v4 v4.1.0
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 => ../../../plugins/registry/memory
|
||||
github.com/asim/go-micro/v3 => ../../../../go-micro
|
||||
github.com/asim/go-micro/plugins/registry/memory/v4 => ../../../plugins/registry/memory
|
||||
go-micro.dev/v4 => ../../../../go-micro
|
||||
)
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"net/http"
|
||||
"testing"
|
||||
|
||||
"github.com/asim/go-micro/plugins/registry/memory/v3"
|
||||
"github.com/asim/go-micro/plugins/registry/memory/v4"
|
||||
"go-micro.dev/v4/server"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user