mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17:44 +02:00
v5
This commit is contained in:
@ -7,11 +7,11 @@ import (
|
||||
"io"
|
||||
"time"
|
||||
|
||||
"go-micro.dev/v4/client"
|
||||
"go-micro.dev/v4/debug/log"
|
||||
proto "go-micro.dev/v4/debug/proto"
|
||||
"go-micro.dev/v4/debug/stats"
|
||||
"go-micro.dev/v4/debug/trace"
|
||||
"go-micro.dev/v5/client"
|
||||
"go-micro.dev/v5/debug/log"
|
||||
proto "go-micro.dev/v5/debug/proto"
|
||||
"go-micro.dev/v5/debug/stats"
|
||||
"go-micro.dev/v5/debug/trace"
|
||||
)
|
||||
|
||||
// NewHandler returns an instance of the Debug Handler.
|
||||
|
Reference in New Issue
Block a user