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:
authorVladimir Shushlin <vshushlin@gitlab.com>2023-08-08 18:01:34 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2023-08-08 18:01:34 +0300
commitd653b2025bc7998f7d88370c587219ffc7b0d220 (patch)
tree70700ff2da4fb57ce0f3fccf7a7745c8fa366e7c
parent606c7fb02abc499d093515c9d19e1c3ed7206fba (diff)
parentf2f6e511a53645895ea96474054d97bbb8662782 (diff)
Merge branch 'kassio/update-go-mimedb' into 'master'
Update go-mimedb library See merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/903 Merged-by: Vladimir Shushlin <vshushlin@gitlab.com> Approved-by: Vladimir Shushlin <vshushlin@gitlab.com> Co-authored-by: Kassio Borges <kassioborgesm@gmail.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 0a815fe4..aafa40be 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/tj/go-redirects v0.0.0-20200911105812-fd1ba1020b37
gitlab.com/feistel/go-contentencoding v1.0.0
- gitlab.com/gitlab-org/go-mimedb v1.45.0
+ gitlab.com/gitlab-org/go-mimedb v1.52.0
gitlab.com/gitlab-org/labkit v1.18.0
golang.org/x/crypto v0.9.0
golang.org/x/net v0.10.0
diff --git a/go.sum b/go.sum
index 5a2e7c4a..bf4430af 100644
--- a/go.sum
+++ b/go.sum
@@ -250,8 +250,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
gitlab.com/feistel/go-contentencoding v1.0.0 h1:tBXZUv35f8AFsr7q7U38zZkhmPjSksfXC6VEh1MfbsI=
gitlab.com/feistel/go-contentencoding v1.0.0/go.mod h1:xNYBUFP6IqNB5RX5NGm5IX+is7VvM3nBu2jBLADUOE4=
-gitlab.com/gitlab-org/go-mimedb v1.45.0 h1:PO8dx6HEWzPYU6MQTYnCbpQEJzhJLW/Bh43+2VUHTgc=
-gitlab.com/gitlab-org/go-mimedb v1.45.0/go.mod h1:wa9y/zOSFKmTXLyBs4clz2FNVhZQmmEQM9TxslPAjZ0=
+gitlab.com/gitlab-org/go-mimedb v1.52.0 h1:J5bXpA1ohvCBtQM8gaz5XpLynEazeGEXKHpDE2C67TA=
+gitlab.com/gitlab-org/go-mimedb v1.52.0/go.mod h1:60SDt9N44/1DQriWBU+1w6MLvPjJ0APlP3JOxwgj0Rg=
gitlab.com/gitlab-org/labkit v1.18.0 h1:uYCIqDt/5V1hLIecTR4UNc1sD2+xiYplyKeyfpNN26A=
gitlab.com/gitlab-org/labkit v1.18.0/go.mod h1:nlLJvKgXcIclqWMI+rga2TckNBVHOtRCHMxBoVByNoE=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=