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/doc
diff options
context:
space:
mode:
authorBen Kochie <bjk@gitlab.com>2019-09-11 13:35:21 +0300
committerNick Thomas <nick@gitlab.com>2019-09-11 13:35:21 +0300
commita1f6c8645f84251e75472324eaf48e74bec0ea46 (patch)
treeaf78da3daa0e59c3e2fa6712f4e770437fd518d1 /doc
parent731d804c14158e5676e74214af8b7a29b544dea4 (diff)
Convert vendoring to go modules.
Apply a minimal upgrade to Go modules. * Fix various tests. * Drop vendoring.
Diffstat (limited to 'doc')
-rw-r--r--doc/dependency_decisions.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml
index b47c9164..307fe99c 100644
--- a/doc/dependency_decisions.yml
+++ b/doc/dependency_decisions.yml
@@ -75,3 +75,17 @@
:why:
:versions: []
:when: 2019-07-10 17:01:35.894437233 Z
+- - :license
+ - github.com/go-logfmt/logfmt
+ - MIT
+ - :who:
+ :why:
+ :versions: []
+ :when: 2019-09-10 14:57:15.905705202 Z
+- - :license
+ - github.com/pmezard/go-difflib
+ - BSD-3-Clause
+ - :who:
+ :why:
+ :versions: []
+ :when: 2019-09-10 14:59:14.300178506 Z