Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-09-14 11:55:12 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-09-15 18:45:55 +0300
commit3824206849550ea4701737f63f4e3d79f5c9548f (patch)
tree73c642219764e97ab7b5d19fa11fc53cf54e2cec /internal/rubyserver
parentdb4ddca415af797fb14bcaed046607b6a1cbdf3e (diff)
Update grpc-go to 1.6.0
Diffstat (limited to 'internal/rubyserver')
-rw-r--r--internal/rubyserver/rubyserver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rubyserver/rubyserver.go b/internal/rubyserver/rubyserver.go
index 363e443e9..d76928994 100644
--- a/internal/rubyserver/rubyserver.go
+++ b/internal/rubyserver/rubyserver.go
@@ -20,7 +20,7 @@ import (
pb "gitlab.com/gitlab-org/gitaly-proto/go"
- log "github.com/Sirupsen/logrus"
+ log "github.com/sirupsen/logrus"
"golang.org/x/net/context"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"