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:
authorNick Thomas <nick@gitlab.com>2018-06-04 13:49:27 +0300
committerNick Thomas <nick@gitlab.com>2018-06-04 13:49:27 +0300
commitbf1bd34321a3cd4acea1148bbfdcaa10e0e828d1 (patch)
treef620e28b46bd089cc76b9549ffe95217b6f9ad8d /app.go
parent0db46101f988e182b0f4a3e4ce948bc19b76b615 (diff)
Switch to a GitLab fork of go-mimedb
Diffstat (limited to 'app.go')
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.go b/app.go
index a785a383..38738960 100644
--- a/app.go
+++ b/app.go
@@ -11,7 +11,7 @@ import (
"sync"
"time"
- mimedb "github.com/lupine/go-mimedb"
+ mimedb "gitlab.com/lupine/go-mimedb"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/rs/cors"