Skip to content

Commit 89c2f23

Browse files
authored
Fix unknown license in gotest.tools lib (#2191)
1 parent 20c8c9c commit 89c2f23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/update-deps.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ set -o pipefail
2121
# shellcheck disable=SC1090
2222
source "$(go run knative.dev/hack/cmd/script library.sh)"
2323

24+
# Library gotest.tools/v3 which has a short-form Apache 2.0 notice
25+
# that go-licenses v2 fails to classify.
26+
export GO_LICENSES_FLAGS="--ignore gotest.tools/v3"
27+
28+
2429
go_update_deps "$@"

0 commit comments

Comments
 (0)