File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ declare -A replaced_modules=(
8686 [" go.opencensus.io v0.24.0" ]=" census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5"
8787 # https://github.com/sean-/seed/tree/e2103e2c35297fb7e17febb81e49b312087a2372
8888 [" github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529" ]=" sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372"
89+ # https://github.com/decred/dcrd/commit/5444fa50b93dbcbd6a08c75da3eccc32490fb2b2
90+ [" github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d" ]=" decred/dcrd 5444fa50b93dbcbd6a08c75da3eccc32490fb2b2"
8991)
9092
9193# replaces to have a correct link for clearlydefined.io api request
@@ -99,16 +101,17 @@ declare -A replaced_paths=(
99101declare -A replaced_api_suffix=(
100102 [" census-instrumentation/opencensus-go" ]=" git/github"
101103 [" sean-/seed" ]=" git/github"
104+ [" decred/dcrd" ]=" git/github"
102105)
103106
104107# Exceptions for dependencies that are not yet harvested in clearlydefined.io
105108# License must be checked manually
106109declare -A ignored_paths=(
107- [" github.com/decred/dcrd/dcrec/secp256k1/v4 " ]=" Harvesting is in progress"
110+ [" github.com/devfile/devworkspace-operator " ]=" Harvesting is in progress"
108111)
109112
110113declare -A ignored_paths_license=(
111- [" github.com/decred/dcrd/dcrec/secp256k1/v4 " ]=" ISC "
114+ [" github.com/devfile/devworkspace-operator " ]=" Apache-2.0 "
112115)
113116
114117retryUrl () {
You can’t perform that action at this time.
0 commit comments