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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-25 17:54:57 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-25 17:54:57 +0300
commitc5bdfd0e034e79e460d2fb663f63fe41d46e5bd1 (patch)
treeb4d4e182ae4ce18087316a80e463a3f06e1c1010 /internal/source/gitlab/client/client.go
parent677a15554a5ccb3138593bb6f0d5a37efc8a32f6 (diff)
Fix gitlab source client imports ordering
Diffstat (limited to 'internal/source/gitlab/client/client.go')
-rw-r--r--internal/source/gitlab/client/client.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/source/gitlab/client/client.go b/internal/source/gitlab/client/client.go
index c4c7bb52..43cc84bf 100644
--- a/internal/source/gitlab/client/client.go
+++ b/internal/source/gitlab/client/client.go
@@ -9,9 +9,10 @@ import (
jwt "github.com/dgrijalva/jwt-go"
+ "gitlab.com/gitlab-org/labkit/log"
+
"gitlab.com/gitlab-org/gitlab-pages/internal/httptransport"
"gitlab.com/gitlab-org/gitlab-pages/internal/source/gitlab/domain"
- "gitlab.com/gitlab-org/labkit/log"
)
// Client is a HTTP client to access Pages internal API