We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c8c9c commit 89c2f23Copy full SHA for 89c2f23
hack/update-deps.sh
@@ -21,4 +21,9 @@ set -o pipefail
21
# shellcheck disable=SC1090
22
source "$(go run knative.dev/hack/cmd/script library.sh)"
23
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
29
go_update_deps "$@"
0 commit comments