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>2021-04-28 15:13:06 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-28 15:13:06 +0300
commit01c123ec05f8d7c5229f90881d6fdb24df39ab4b (patch)
tree4fa266ce2eb09dff6001ca1d5f25dffeb70eec85 /go.mod
parentddb27f943109777cc67f1ff77b2091b72e485a30 (diff)
Add multierror library
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 485fb855..36b6fcb0 100644
--- a/go.mod
+++ b/go.mod
@@ -12,6 +12,7 @@ require (
github.com/gorilla/handlers v1.4.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
+ github.com/hashicorp/go-multierror v1.1.1
github.com/jstemmer/go-junit-report v0.9.1
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/karlseguin/ccache/v2 v2.0.6