Commit a0a418be authored by Stan Hu's avatar Stan Hu

Fix `make fmt` issues

parent b78a1d03
......@@ -7,7 +7,7 @@ import (
"regexp"
"testing"
"github.com/dgrijalva/jwt-go"
jwt "github.com/dgrijalva/jwt-go"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/api"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
......
......@@ -3,10 +3,10 @@ package gitaly
import (
"sync"
"github.com/grpc-ecosystem/go-grpc-middleware"
grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
pb "gitlab.com/gitlab-org/gitaly-proto/go"
"gitlab.com/gitlab-org/gitaly/auth"
gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
gitalyclient "gitlab.com/gitlab-org/gitaly/client"
"google.golang.org/grpc"
......
......@@ -4,7 +4,7 @@ import (
"net/http"
"reflect"
"github.com/getsentry/raven-go"
raven "github.com/getsentry/raven-go"
correlation "gitlab.com/gitlab-org/labkit/correlation/raven"
)
......
......@@ -3,7 +3,7 @@ package secret
import (
"fmt"
"github.com/dgrijalva/jwt-go"
jwt "github.com/dgrijalva/jwt-go"
)
var (
......
......@@ -4,7 +4,7 @@ import (
"net/http"
"os"
"github.com/getsentry/raven-go"
raven "github.com/getsentry/raven-go"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
)
......
......@@ -11,7 +11,7 @@ import (
"strings"
"testing"
"github.com/dgrijalva/jwt-go"
jwt "github.com/dgrijalva/jwt-go"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment