mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
go-micro.dev/v4 (#2305)
This commit is contained in:
4
examples/cache/handler/cache.go
vendored
4
examples/cache/handler/cache.go
vendored
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/asim/go-micro/v3/cache"
|
||||
log "github.com/asim/go-micro/v3/logger"
|
||||
"go-micro.dev/v4/cache"
|
||||
log "go-micro.dev/v4/logger"
|
||||
|
||||
pb "github.com/asim/go-micro/examples/v3/cache/proto"
|
||||
)
|
||||
|
||||
4
examples/cache/main.go
vendored
4
examples/cache/main.go
vendored
@@ -4,8 +4,8 @@ import (
|
||||
"github.com/asim/go-micro/examples/v3/cache/handler"
|
||||
pb "github.com/asim/go-micro/examples/v3/cache/proto"
|
||||
|
||||
"github.com/asim/go-micro/v3"
|
||||
log "github.com/asim/go-micro/v3/logger"
|
||||
"go-micro.dev/v4"
|
||||
log "go-micro.dev/v4/logger"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
6
examples/cache/proto/cache.pb.micro.go
vendored
6
examples/cache/proto/cache.pb.micro.go
vendored
@@ -11,9 +11,9 @@ import (
|
||||
|
||||
import (
|
||||
context "context"
|
||||
api "github.com/asim/go-micro/v3/api"
|
||||
client "github.com/asim/go-micro/v3/client"
|
||||
server "github.com/asim/go-micro/v3/server"
|
||||
api "go-micro.dev/v4/api"
|
||||
client "go-micro.dev/v4/client"
|
||||
server "go-micro.dev/v4/server"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
|
||||
Reference in New Issue
Block a user