From 41c4d636398ac78651b7d772e1ee9f43e4155988 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Mon, 14 Jun 2021 20:47:20 -0700 Subject: [PATCH] upgrade to latest dependencies (#3788) bumping knative.dev/hack 3d4b264...66ab1a0: > 66ab1a0 go-licenses fixed file permissions so we no longer need our workaround (# 75) Signed-off-by: Knative Automation --- go.mod | 2 +- go.sum | 4 ++-- .../github.com/eclipse/paho.mqtt.golang/.gitignore | 0 .../github.com/eclipse/paho.mqtt.golang/CONTRIBUTING.md | 0 .../github.com/eclipse/paho.mqtt.golang/DISTRIBUTION | 0 .../github.com/eclipse/paho.mqtt.golang/LICENSE | 0 .../github.com/eclipse/paho.mqtt.golang/README.md | 0 .../github.com/eclipse/paho.mqtt.golang/about.html | 0 .../github.com/eclipse/paho.mqtt.golang/client.go | 0 .../github.com/eclipse/paho.mqtt.golang/components.go | 0 .../github.com/eclipse/paho.mqtt.golang/edl-v10 | 0 .../github.com/eclipse/paho.mqtt.golang/epl-v10 | 0 .../github.com/eclipse/paho.mqtt.golang/filestore.go | 0 .../github.com/eclipse/paho.mqtt.golang/memstore.go | 0 .../github.com/eclipse/paho.mqtt.golang/message.go | 0 .../github.com/eclipse/paho.mqtt.golang/messageids.go | 0 .../VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/net.go | 0 .../github.com/eclipse/paho.mqtt.golang/notice.html | 0 .../github.com/eclipse/paho.mqtt.golang/oops.go | 0 .../github.com/eclipse/paho.mqtt.golang/options.go | 0 .../github.com/eclipse/paho.mqtt.golang/options_reader.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/connack.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/connect.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/disconnect.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/packets.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/pingreq.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/pingresp.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/puback.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/pubcomp.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/publish.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/pubrec.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/pubrel.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/suback.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/subscribe.go | 0 .../github.com/eclipse/paho.mqtt.golang/packets/unsuback.go | 0 .../eclipse/paho.mqtt.golang/packets/unsubscribe.go | 0 .../github.com/eclipse/paho.mqtt.golang/ping.go | 0 .../github.com/eclipse/paho.mqtt.golang/router.go | 0 .../github.com/eclipse/paho.mqtt.golang/store.go | 0 .../github.com/eclipse/paho.mqtt.golang/token.go | 0 .../github.com/eclipse/paho.mqtt.golang/topic.go | 0 .../github.com/eclipse/paho.mqtt.golang/trace.go | 0 .../github.com/hashicorp/golang-lru/simplelru/LICENSE | 0 .../hashicorp/golang-lru/simplelru/simplelru/lru.go | 0 .../hashicorp/golang-lru/simplelru/simplelru/lru_interface.go | 0 vendor/knative.dev/hack/library.sh | 4 ---- vendor/modules.txt | 2 +- 47 files changed, 4 insertions(+), 8 deletions(-) mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/.gitignore mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/CONTRIBUTING.md mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/DISTRIBUTION mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/LICENSE mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/README.md mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/about.html mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/client.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/components.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/edl-v10 mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/epl-v10 mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/filestore.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/memstore.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/message.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/messageids.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/net.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/notice.html mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/oops.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/options.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/options_reader.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/connack.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/connect.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/disconnect.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/packets.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pingreq.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pingresp.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/puback.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubcomp.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/publish.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubrec.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubrel.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/suback.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/subscribe.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/unsuback.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/unsubscribe.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/ping.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/router.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/store.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/token.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/topic.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/trace.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/LICENSE mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/simplelru/lru.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/simplelru/lru_interface.go diff --git a/go.mod b/go.mod index 0eb056a4a..e99852195 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( gopkg.in/go-playground/webhooks.v3 v3.13.0 gopkg.in/yaml.v2 v2.3.0 honnef.co/go/tools v0.0.1-2020.1.5 // indirect - knative.dev/hack v0.0.0-20210610231243-3d4b264d9472 + knative.dev/hack v0.0.0-20210614141220-66ab1a098940 ) replace go.opencensus.io => go.opencensus.io v0.20.2 diff --git a/go.sum b/go.sum index b6513e2ff..3e728d333 100644 --- a/go.sum +++ b/go.sum @@ -539,8 +539,8 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9 honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.5 h1:nI5egYTGJakVyOryqLs1cQO5dO0ksin5XXs2pspk75k= honnef.co/go/tools v0.0.1-2020.1.5/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -knative.dev/hack v0.0.0-20210610231243-3d4b264d9472 h1:sPXp3IChxDMPFRyP9LGvb+hoa6xP9NhnLhT16Y6Icx0= -knative.dev/hack v0.0.0-20210610231243-3d4b264d9472/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI= +knative.dev/hack v0.0.0-20210614141220-66ab1a098940 h1:Aao7SsI087Pa8x+LDLaBdj/ylduPh2bJ8HbB7UjXElE= +knative.dev/hack v0.0.0-20210614141220-66ab1a098940/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/.gitignore b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/.gitignore old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/CONTRIBUTING.md b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/DISTRIBUTION b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/DISTRIBUTION old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/LICENSE b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/LICENSE old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/README.md b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/README.md old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/about.html b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/about.html old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/client.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/client.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/components.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/components.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/edl-v10 b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/edl-v10 old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/epl-v10 b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/epl-v10 old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/filestore.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/filestore.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/memstore.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/memstore.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/message.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/message.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/messageids.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/messageids.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/net.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/net.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/notice.html b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/notice.html old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/oops.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/oops.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/options.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/options.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/options_reader.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/options_reader.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/connack.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/connack.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/connect.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/connect.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/disconnect.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/disconnect.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/packets.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/packets.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pingreq.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pingreq.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pingresp.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pingresp.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/puback.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/puback.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubcomp.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubcomp.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/publish.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/publish.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubrec.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubrec.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubrel.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/pubrel.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/suback.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/suback.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/subscribe.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/subscribe.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/unsuback.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/unsuback.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/unsubscribe.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/packets/unsubscribe.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/ping.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/ping.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/router.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/router.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/store.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/store.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/token.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/token.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/topic.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/topic.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/trace.go b/third_party/VENDOR-LICENSE/github.com/eclipse/paho.mqtt.golang/trace.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/LICENSE b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/LICENSE old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/simplelru/lru.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/simplelru/lru.go old mode 100644 new mode 100755 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/simplelru/lru_interface.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/simplelru/lru_interface.go old mode 100644 new mode 100755 diff --git a/vendor/knative.dev/hack/library.sh b/vendor/knative.dev/hack/library.sh index 65fcb1549..6c5664bb5 100644 --- a/vendor/knative.dev/hack/library.sh +++ b/vendor/knative.dev/hack/library.sh @@ -643,10 +643,6 @@ function update_licenses() { shift run_go_tool github.com/google/go-licenses go-licenses save "${dir}" --save_path="${dst}" --force || \ { echo "--- FAIL: go-licenses failed to update licenses"; return 1; } - # Hack to make sure directories retain write permissions after save. This - # can happen if the directory being copied is a Go module. - # See https://github.com/google/go-licenses/issues/11 - chmod -R +w "${dst}" } # Run go-licenses to check for forbidden licenses. diff --git a/vendor/modules.txt b/vendor/modules.txt index 0ca495d17..2927e1b70 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -286,7 +286,7 @@ gopkg.in/go-playground/webhooks.v3/github gopkg.in/yaml.v2 # honnef.co/go/tools v0.0.1-2020.1.5 ## explicit -# knative.dev/hack v0.0.0-20210610231243-3d4b264d9472 +# knative.dev/hack v0.0.0-20210614141220-66ab1a098940 ## explicit knative.dev/hack # go.opencensus.io => go.opencensus.io v0.20.2