mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17: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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user