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:
authorKrasimir Angelov <kangelov@gitlab.com>2019-10-08 05:18:16 +0300
committerKrasimir Angelov <kangelov@gitlab.com>2019-10-08 05:18:16 +0300
commit19c0d341e2f50d07ffe3014e1c6c3d47f03f0484 (patch)
tree0a0836660355325d5c3dfb1436952f47547a4f49 /doc/dependency_decisions.yml
parent72d5bd16ba9f10abe66208cad7fb3a316e059292 (diff)
Update dependecy decissions
Add gopkg.in/check.v1 and github.com/kr/pretty.
Diffstat (limited to 'doc/dependency_decisions.yml')
-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 efb94532..4137ba12 100644
--- a/doc/dependency_decisions.yml
+++ b/doc/dependency_decisions.yml
@@ -117,3 +117,17 @@
:why:
:versions: []
:when: 2019-09-17 14:53:25.294515000 Z
+- - :license
+ - gopkg.in/check.v1
+ - BSD-2-Clause
+ - :who: Krasimir Angelov
+ :why: https://github.com/go-check/check/blob/e54ca221ea41951970e0249fb5163642c915dbb2/LICENSE
+ :versions: []
+ :when: 2019-10-08 02:12:00.000000000 Z
+- - :license
+ - github.com/kr/pretty
+ - MIT
+ - :who: Krasimir Angelov
+ :why: https://github.com/kr/pretty/blob/088c856450c08c03eb32f7a6c221e6eefaa10e6f/License
+ :versions: []
+ :when: 2019-10-08 02:12:00.000000000 Z