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
path: root/auth
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-12-04 14:20:14 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-12-04 14:20:14 +0300
commit6a66f64e79ca5198ae43bd838f57a4c02f0c8f30 (patch)
treef35da40ef19e77b8d932ec5747397a040a630394 /auth
parent485af0a046e7678d177c7f6af4278cb079fea5c6 (diff)
Update to latest goimports formatting
Diffstat (limited to 'auth')
-rw-r--r--auth/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/token.go b/auth/token.go
index e1c196615..a5b5747c4 100644
--- a/auth/token.go
+++ b/auth/token.go
@@ -10,7 +10,7 @@ import (
"strings"
"time"
- "github.com/grpc-ecosystem/go-grpc-middleware/auth"
+ grpc_auth "github.com/grpc-ecosystem/go-grpc-middleware/auth"
"golang.org/x/net/context"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"