Commit a0a418be authored by Stan Hu's avatar Stan Hu

Fix `make fmt` issues

parent b78a1d03
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"regexp" "regexp"
"testing" "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/api"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper" "gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
......
...@@ -3,10 +3,10 @@ package gitaly ...@@ -3,10 +3,10 @@ package gitaly
import ( import (
"sync" "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" grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
pb "gitlab.com/gitlab-org/gitaly-proto/go" 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" gitalyclient "gitlab.com/gitlab-org/gitaly/client"
"google.golang.org/grpc" "google.golang.org/grpc"
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"reflect" "reflect"
"github.com/getsentry/raven-go" raven "github.com/getsentry/raven-go"
correlation "gitlab.com/gitlab-org/labkit/correlation/raven" correlation "gitlab.com/gitlab-org/labkit/correlation/raven"
) )
......
...@@ -3,7 +3,7 @@ package secret ...@@ -3,7 +3,7 @@ package secret
import ( import (
"fmt" "fmt"
"github.com/dgrijalva/jwt-go" jwt "github.com/dgrijalva/jwt-go"
) )
var ( var (
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"os" "os"
"github.com/getsentry/raven-go" raven "github.com/getsentry/raven-go"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper" "gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
) )
......
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"strings" "strings"
"testing" "testing"
"github.com/dgrijalva/jwt-go" jwt "github.com/dgrijalva/jwt-go"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "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