File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ require (
6464 k8s.io/code-generator v0.20.7
6565 k8s.io/gengo v0.0.0-20210203185629-de9496dff47b
6666 k8s.io/klog v1.0.0
67- knative.dev/hack v0.0.0-20210610231243-3d4b264d9472
67+ knative.dev/hack v0.0.0-20210614141220-66ab1a098940
6868 sigs.k8s.io/yaml v1.2.0
6969)
Original file line number Diff line number Diff line change @@ -1063,8 +1063,8 @@ k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd h1:sOHNzJIkytDF6qadMNKhhD
10631063k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd /go.mod h1:WOJ3KddDSol4tAGcJo0Tvi+dK12EcqSLqcWsryKMpfM =
10641064k8s.io/utils v0.0.0-20201110183641-67b214c5f920 h1:CbnUZsM497iRC5QMVkHwyl8s2tB3g7yaSHkYPkpgelw =
10651065k8s.io/utils v0.0.0-20201110183641-67b214c5f920 /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
1066- knative.dev/hack v0.0.0-20210610231243-3d4b264d9472 h1:sPXp3IChxDMPFRyP9LGvb+hoa6xP9NhnLhT16Y6Icx0 =
1067- knative.dev/hack v0.0.0-20210610231243-3d4b264d9472 /go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI =
1066+ knative.dev/hack v0.0.0-20210614141220-66ab1a098940 h1:Aao7SsI087Pa8x+LDLaBdj/ylduPh2bJ8HbB7UjXElE =
1067+ knative.dev/hack v0.0.0-20210614141220-66ab1a098940 /go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI =
10681068pgregory.net/rapid v0.3.3 h1:jCjBsY4ln4Atz78QoBWxUEvAHaFyNDQg9+WU62aCn1U =
10691069pgregory.net/rapid v0.3.3 /go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU =
10701070rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
Original file line number Diff line number Diff line change @@ -643,10 +643,6 @@ function update_licenses() {
643643 shift
644644 run_go_tool github.com/google/go-licenses go-licenses save " ${dir} " --save_path=" ${dst} " --force || \
645645 { echo " --- FAIL: go-licenses failed to update licenses" ; return 1; }
646- # Hack to make sure directories retain write permissions after save. This
647- # can happen if the directory being copied is a Go module.
648- # See https://github.com/google/go-licenses/issues/11
649- chmod -R +w " ${dst} "
650646}
651647
652648# Run go-licenses to check for forbidden licenses.
Original file line number Diff line number Diff line change @@ -956,7 +956,7 @@ k8s.io/utils/buffer
956956k8s.io/utils/integer
957957k8s.io/utils/pointer
958958k8s.io/utils/trace
959- # knative.dev/hack v0.0.0-20210610231243-3d4b264d9472
959+ # knative.dev/hack v0.0.0-20210614141220-66ab1a098940
960960## explicit
961961knative.dev/hack
962962# sigs.k8s.io/structured-merge-diff/v4 v4.0.3
You can’t perform that action at this time.
0 commit comments