[bot] Update next from tektoncd/chains:release-v0.26.x to dbad7be669c3ad3150d8863e63b703e2e96ec815#1072
Open
github-actions[bot] wants to merge 1 commit into
Open
[bot] Update next from tektoncd/chains:release-v0.26.x to dbad7be669c3ad3150d8863e63b703e2e96ec815#1072github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
b192b4b to
31cbc6e
Compare
$ git diff --stat dbad7be..a51457d go.mod | 16 +- go.sum | 32 +- vendor/golang.org/x/crypto/scrypt/scrypt.go | 3 - vendor/golang.org/x/crypto/ssh/agent/server.go | 2 +- vendor/golang.org/x/crypto/ssh/cipher.go | 2 +- vendor/golang.org/x/crypto/ssh/client_auth.go | 10 +- .../x/net/http2/client_priority_go126.go | 20 - .../x/net/http2/client_priority_go127.go | 13 - vendor/golang.org/x/net/http2/frame.go | 188 +- vendor/golang.org/x/net/http2/hpack/tables.go | 13 +- vendor/golang.org/x/net/http2/http2.go | 18 +- vendor/golang.org/x/net/http2/server.go | 88 +- vendor/golang.org/x/net/http2/transport.go | 24 +- vendor/golang.org/x/net/http2/writesched.go | 6 - .../x/net/http2/writesched_priority_rfc7540.go | 9 - vendor/golang.org/x/net/http2/writesched_random.go | 2 - .../golang.org/x/net/internal/httpsfv/httpsfv.go | 665 -- .../golang.org/x/sync/singleflight/singleflight.go | 14 +- vendor/golang.org/x/sys/cpu/asm_darwin_arm64_gc.s | 12 - vendor/golang.org/x/sys/cpu/cpu_arm64.go | 9 +- vendor/golang.org/x/sys/cpu/cpu_darwin_arm64.go | 67 - .../golang.org/x/sys/cpu/cpu_darwin_arm64_other.go | 31 - vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go | 1 - vendor/golang.org/x/sys/cpu/cpu_other_arm64.go | 6 +- .../x/sys/cpu/syscall_darwin_arm64_gc.go | 54 - vendor/golang.org/x/sys/plan9/syscall_plan9.go | 8 +- vendor/golang.org/x/sys/unix/ioctl_signed.go | 11 +- vendor/golang.org/x/sys/unix/ioctl_unsigned.go | 11 +- vendor/golang.org/x/sys/unix/syscall_solaris.go | 8 + vendor/golang.org/x/sys/unix/syscall_unix.go | 10 +- vendor/golang.org/x/sys/unix/ztypes_linux.go | 229 +- vendor/golang.org/x/sys/windows/aliases.go | 1 - vendor/golang.org/x/sys/windows/dll_windows.go | 37 +- vendor/golang.org/x/sys/windows/registry/key.go | 15 +- .../golang.org/x/sys/windows/security_windows.go | 6 +- vendor/golang.org/x/sys/windows/syscall_windows.go | 15 +- vendor/golang.org/x/sys/windows/types_windows.go | 85 - .../golang.org/x/sys/windows/zsyscall_windows.go | 7 - .../golang.org/x/text/message/catalog/catalog.go | 2 +- vendor/golang.org/x/text/message/catalog/dict.go | 6 +- vendor/golang.org/x/text/message/catalog/go19.go | 15 + .../golang.org/x/text/message/catalog/gopre19.go | 23 + .../golang.org/x/text/secure/bidirule/bidirule.go | 4 - .../x/text/secure/bidirule/bidirule10.0.0.go | 11 + .../x/text/secure/bidirule/bidirule9.0.0.go | 14 + .../golang.org/x/text/unicode/bidi/tables10.0.0.go | 1815 +++++ .../golang.org/x/text/unicode/bidi/tables11.0.0.go | 1887 +++++ .../golang.org/x/text/unicode/bidi/tables12.0.0.go | 1923 +++++ .../golang.org/x/text/unicode/bidi/tables13.0.0.go | 1955 +++++ .../golang.org/x/text/unicode/bidi/tables15.0.0.go | 2 +- .../golang.org/x/text/unicode/bidi/tables17.0.0.go | 2135 ------ .../golang.org/x/text/unicode/bidi/tables9.0.0.go | 1781 +++++ vendor/golang.org/x/text/unicode/norm/forminfo.go | 26 +- .../golang.org/x/text/unicode/norm/tables10.0.0.go | 7657 +++++++++++++++++++ .../golang.org/x/text/unicode/norm/tables11.0.0.go | 7693 +++++++++++++++++++ .../golang.org/x/text/unicode/norm/tables12.0.0.go | 7710 ++++++++++++++++++++ .../norm/{tables17.0.0.go => tables13.0.0.go} | 6716 ++++++++--------- .../golang.org/x/text/unicode/norm/tables15.0.0.go | 2820 +++---- .../golang.org/x/text/unicode/norm/tables9.0.0.go | 7637 +++++++++++++++++++ vendor/golang.org/x/text/width/tables10.0.0.go | 1328 ++++ vendor/golang.org/x/text/width/tables11.0.0.go | 1340 ++++ vendor/golang.org/x/text/width/tables12.0.0.go | 1360 ++++ .../width/{tables17.0.0.go => tables13.0.0.go} | 533 +- vendor/golang.org/x/text/width/tables15.0.0.go | 2 +- vendor/golang.org/x/text/width/tables9.0.0.go | 1296 ++++ vendor/golang.org/x/tools/go/analysis/analysis.go | 19 +- .../tools/go/analysis/passes/buildssa/buildssa.go | 6 +- .../tools/go/analysis/passes/ctrlflow/ctrlflow.go | 37 +- .../internal/ctrlflowinternal/ctrlflowinternal.go | 17 + .../go/analysis/passes/lostcancel/lostcancel.go | 3 +- .../x/tools/go/analysis/passes/printf/printf.go | 2 +- .../go/analysis/passes/stdversion/stdversion.go | 7 - .../golang.org/x/tools/go/ast/inspector/cursor.go | 44 +- .../x/tools/go/ast/inspector/inspector.go | 4 +- vendor/golang.org/x/tools/go/ast/inspector/iter.go | 36 +- vendor/golang.org/x/tools/go/cfg/cfg.go | 13 +- vendor/golang.org/x/tools/go/packages/golist.go | 33 +- vendor/golang.org/x/tools/go/packages/packages.go | 19 +- vendor/golang.org/x/tools/go/ssa/builder.go | 15 +- vendor/golang.org/x/tools/go/ssa/create.go | 21 +- vendor/golang.org/x/tools/go/ssa/subst.go | 15 +- .../x/tools/go/types/objectpath/objectpath.go | 16 +- .../golang.org/x/tools/internal/aliases/aliases.go | 30 +- .../x/tools/internal/aliases/aliases_go122.go | 80 + .../internal/analysis/analyzerutil/version.go | 8 +- .../golang.org/x/tools/internal/astutil/comment.go | 2 +- .../x/tools/internal/astutil/stringlit.go | 56 +- vendor/golang.org/x/tools/internal/astutil/util.go | 131 +- .../x/tools/internal/cfginternal/cfginternal.go | 16 + .../x/tools/internal/event/core/event.go | 23 +- .../golang.org/x/tools/internal/event/keys/keys.go | 439 +- .../x/tools/internal/event/label/label.go | 11 +- .../x/tools/internal/gcimporter/iexport.go | 11 +- .../x/tools/internal/gcimporter/iimport.go | 4 +- .../x/tools/internal/gcimporter/ureader_yes.go | 4 +- .../golang.org/x/tools/internal/modindex/index.go | 11 +- .../golang.org/x/tools/internal/refactor/delete.go | 10 +- .../x/tools/internal/refactor/refactor.go | 7 +- .../x/tools/internal/ssainternal/ssainternal.go | 22 + vendor/golang.org/x/tools/internal/stdlib/deps.go | 630 +- .../golang.org/x/tools/internal/stdlib/manifest.go | 74 +- .../golang.org/x/tools/internal/typeparams/free.go | 4 +- .../internal/typesinternal/typeindex/typeindex.go | 8 +- .../x/tools/internal/typesinternal/types.go | 3 +- vendor/golang.org/x/tools/refactor/satisfy/find.go | 7 +- vendor/modules.txt | 36 +- 106 files changed, 51689 insertions(+), 9684 deletions(-) https://github.com/tektoncd/chains/compare/dbad7be669c3ad3150d8863e63b703e2e96ec815..a51457de691e0edb45a4588a8e0c85cfa9df16eb
31cbc6e to
4fd4ae3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.