From cf2ffd2d05a47f049482e5e054d2d65849c3942c Mon Sep 17 00:00:00 2001 From: knative-automation Date: Sun, 13 Jun 2021 22:32:20 -0700 Subject: [PATCH] upgrade to latest dependencies (#486) bumping knative.dev/pkg dd15eb0...82f3973: > 82f3973 Update actions (# 2152) 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 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/.gitignore mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/2q.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/LICENSE mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/arc.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/doc.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/go.mod mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/lru.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru.go mode change 100644 => 100755 third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/simplelru/lru_interface.go diff --git a/go.mod b/go.mod index 0a2b1c49..864d871c 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-20210610231243-3d4b264d9472 - knative.dev/pkg v0.0.0-20210611082343-dd15eb09982b + knative.dev/pkg v0.0.0-20210611140445-82f39735d3c6 ) diff --git a/go.sum b/go.sum index d6996664..1b54fb5f 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-20210610231243-3d4b264d9472 h1:sPXp3IChxDMPFRyP9LGvb+hoa6xP9NhnLhT16Y6Icx0= knative.dev/hack v0.0.0-20210610231243-3d4b264d9472/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI= -knative.dev/pkg v0.0.0-20210611082343-dd15eb09982b h1:cBZVAy5fY3Sy10xDmPEsQ+zPzxDkdNWs2yl3S/eEaoQ= -knative.dev/pkg v0.0.0-20210611082343-dd15eb09982b/go.mod h1:h/VU5MVS8Wq4Nkp9JCMRAAUWdmiTqhzkJjyuZgzULw0= +knative.dev/pkg v0.0.0-20210611140445-82f39735d3c6 h1:tChvYlQl6yryVQpl429EaOpFRok/cdHWLYOJGzSbpbk= +knative.dev/pkg v0.0.0-20210611140445-82f39735d3c6/go.mod h1:h/VU5MVS8Wq4Nkp9JCMRAAUWdmiTqhzkJjyuZgzULw0= 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 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 100644 new mode 100755 diff --git a/vendor/modules.txt b/vendor/modules.txt index ccf70580..8c5e6c03 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -673,7 +673,7 @@ k8s.io/utils/trace # knative.dev/hack v0.0.0-20210610231243-3d4b264d9472 ## explicit knative.dev/hack -# knative.dev/pkg v0.0.0-20210611082343-dd15eb09982b +# knative.dev/pkg v0.0.0-20210611140445-82f39735d3c6 ## explicit knative.dev/pkg/apis knative.dev/pkg/apis/duck