From 450daa8501b18762b5040324e5e1b7be333d0d71 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Fri, 3 Sep 2021 15:11:58 -0400 Subject: [PATCH] upgrade to latest dependencies (#524) bumping knative.dev/pkg dd0db4b...953af01: > 953af01 [release-0.24] allow unknown metadata fields (# 2255) > 03e7ca5 Drop redundant pointers and decoders (# 2260) Signed-off-by: Knative Automation --- go.mod | 2 +- go.sum | 4 ++-- .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/.gitignore | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/2q.go | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/arc.go | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/doc.go | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/go.mod | 0 .../VENDOR-LICENSE/github.com/hashicorp/golang-lru/lru.go | 0 .../github.com/hashicorp/golang-lru/simplelru/lru.go | 0 .../hashicorp/golang-lru/simplelru/lru_interface.go | 0 vendor/modules.txt | 2 +- 13 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/.gitignore mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/2q.go mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/arc.go mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/doc.go mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/go.mod mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/lru.go mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru.go mode change 100755 => 100644 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru_interface.go diff --git a/go.mod b/go.mod index b2830517..a3b5e4eb 100644 --- a/go.mod +++ b/go.mod @@ -20,5 +20,5 @@ require ( k8s.io/code-generator v0.20.7 k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd knative.dev/hack v0.0.0-20210622141627-e28525d8d260 - knative.dev/pkg v0.0.0-20210622173328-dd0db4b05c80 + knative.dev/pkg v0.0.0-20210902173607-953af0138c75 ) diff --git a/go.sum b/go.sum index f90e8a67..de495670 100644 --- a/go.sum +++ b/go.sum @@ -1064,8 +1064,8 @@ k8s.io/utils v0.0.0-20201110183641-67b214c5f920 h1:CbnUZsM497iRC5QMVkHwyl8s2tB3g k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= knative.dev/hack v0.0.0-20210622141627-e28525d8d260 h1:f2eMtOubAOc/Q7JlvFPDKXiPlJVK+VpX2Cot8hRzCgQ= knative.dev/hack v0.0.0-20210622141627-e28525d8d260/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI= -knative.dev/pkg v0.0.0-20210622173328-dd0db4b05c80 h1:GHJ3lglE0/YHfBMMJqluqUNLOmsNXh7s7DBnfrkpRMM= -knative.dev/pkg v0.0.0-20210622173328-dd0db4b05c80/go.mod h1:kGegTnbZ+ljFjAE3E1+8wgaH2LMv8qYi+72o3F3cbdc= +knative.dev/pkg v0.0.0-20210902173607-953af0138c75 h1:U9Im5Wp0oKV2ZWP+V9RZSDgRqv4IhfnzObMrgzWdDRQ= +knative.dev/pkg v0.0.0-20210902173607-953af0138c75/go.mod h1:kGegTnbZ+ljFjAE3E1+8wgaH2LMv8qYi+72o3F3cbdc= pgregory.net/rapid v0.3.3/go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU= 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= diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/.gitignore b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/.gitignore old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/2q.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/2q.go old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/arc.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/arc.go old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/doc.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/doc.go old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/go.mod b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/go.mod old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/lru.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/lru.go old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru.go old mode 100755 new mode 100644 diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru_interface.go b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru_interface.go old mode 100755 new mode 100644 diff --git a/vendor/modules.txt b/vendor/modules.txt index 727efc53..767d9c72 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -673,7 +673,7 @@ k8s.io/utils/trace # knative.dev/hack v0.0.0-20210622141627-e28525d8d260 ## explicit knative.dev/hack -# knative.dev/pkg v0.0.0-20210622173328-dd0db4b05c80 +# knative.dev/pkg v0.0.0-20210902173607-953af0138c75 ## explicit knative.dev/pkg/apis knative.dev/pkg/apis/duck