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/go.mod
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-20 16:11:45 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-05-20 19:02:40 +0300
commit624b767137283b6cf28f8b3b69a961ed6b1778e9 (patch)
tree3e6dccff2fcdb53c9aed0f705053ae64f231e365 /go.mod
parenta80c58682c3c313f52deecdebecfef2d1f7e3b21 (diff)
Propagate errors for better handling
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fa624782..367d6d6b 100644
--- a/go.mod
+++ b/go.mod
@@ -26,9 +26,10 @@ require (
gitlab.com/feistel/go-contentencoding v1.0.0
gitlab.com/gitlab-org/go-mimedb v1.45.0
gitlab.com/gitlab-org/golang-archive-zip v0.1.1
- gitlab.com/gitlab-org/labkit v1.14.0
+ gitlab.com/gitlab-org/labkit v1.14.1-0.20220513075046-c39e3ddcade2
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211008194852-3b03d305991f
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
)