Skip to content

Commit 084df47

Browse files
author
Aleksander Korelskiy
committed
fix(all): dependency update
1 parent 6dfa326 commit 084df47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/transportlayer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import (
77
"testing"
88

99
"github.com/go-kit/kit/log"
10-
"github.com/l-vitaly/eutils"
10+
"github.com/devimteam/eutils"
1111
"github.com/devimteam/go-kit/test/pb"
1212
"github.com/devimteam/go-kit/transportlayer"
1313
transportgrpc "github.com/devimteam/go-kit/transportlayer/grpc"
14-
"github.com/l-vitaly/gounit"
14+
"github.com/devimteam/gounit"
1515
context2 "golang.org/x/net/context"
1616
"google.golang.org/grpc"
1717
)

transportlayer/endpoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/go-kit/kit/log"
1010
"github.com/go-kit/kit/metrics"
1111
"github.com/go-kit/kit/tracing/opentracing"
12-
"github.com/l-vitaly/eutils"
12+
"github.com/devimteam/eutils"
1313
opentracinggo "github.com/opentracing/opentracing-go"
1414
)
1515

0 commit comments

Comments
 (0)