We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa326 commit 084df47Copy full SHA for 084df47
2 files changed
test/transportlayer_test.go
@@ -7,11 +7,11 @@ import (
7
"testing"
8
9
"github.com/go-kit/kit/log"
10
- "github.com/l-vitaly/eutils"
+ "github.com/devimteam/eutils"
11
"github.com/devimteam/go-kit/test/pb"
12
"github.com/devimteam/go-kit/transportlayer"
13
transportgrpc "github.com/devimteam/go-kit/transportlayer/grpc"
14
- "github.com/l-vitaly/gounit"
+ "github.com/devimteam/gounit"
15
context2 "golang.org/x/net/context"
16
"google.golang.org/grpc"
17
)
transportlayer/endpoint.go
@@ -9,7 +9,7 @@ import (
"github.com/go-kit/kit/metrics"
"github.com/go-kit/kit/tracing/opentracing"
opentracinggo "github.com/opentracing/opentracing-go"
0 commit comments