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
path: root/app.go
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-14 00:45:52 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-24 03:28:45 +0300
commitd190b1892e134dec2556c543469962427c667cb7 (patch)
tree6fd2bbd82c3065e4b6e7b0682987101c0bd66555 /app.go
parent07c1244a988266aaae44e299fb938bdddd576e7f (diff)
lint: fix gci issues
Diffstat (limited to 'app.go')
-rw-r--r--app.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/app.go b/app.go
index ddec6c54..19bcedcd 100644
--- a/app.go
+++ b/app.go
@@ -16,11 +16,10 @@ import (
ghandlers "github.com/gorilla/handlers"
"github.com/hashicorp/go-multierror"
"github.com/rs/cors"
- "gitlab.com/gitlab-org/labkit/log"
-
"gitlab.com/gitlab-org/go-mimedb"
"gitlab.com/gitlab-org/labkit/correlation"
"gitlab.com/gitlab-org/labkit/errortracking"
+ "gitlab.com/gitlab-org/labkit/log"
labmetrics "gitlab.com/gitlab-org/labkit/metrics"
"gitlab.com/gitlab-org/labkit/monitoring"