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:
authorJaime Martinez <jmartinez@gitlab.com>2022-01-24 06:40:50 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-01-24 06:40:50 +0300
commit88656e8f55e74ea5d7adf703e36dac23726a139b (patch)
tree2cdffe4aeedc110617889f5d89209ccc5895b0a1 /app.go
parent1e53ac8e60a17823a47f4af5db19cb00365bf7dd (diff)
parentd190b1892e134dec2556c543469962427c667cb7 (diff)
Merge branch 'feat/gci' into 'master'
build: add gci linter Closes #671 See merge request gitlab-org/gitlab-pages!643
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"