Skip to content

Commit 560ff0e

Browse files
upgrade to latest dependencies (#2017)
bumping knative.dev/eventing 034bec9...7de3ecc: > 7de3ecc [release-1.10] Upgrade to latest dependencies (# 7144) > 1b3281e [release-1.10] Fix edit role aggregation (# 7129) > a4373f9 [release-1.10] Upgrade to latest dependencies (# 7122) > 76982bf [release-1.10] Function CopySecretWithName for creating secrets with specific name (# 7094) > e9544dd [release-1.10] Upgrade to latest dependencies (# 6976) > a0537ac [release-1.10] Use random names in Channel tests (# 6972) bumping golang.org/x/net dfa2b5d...b225e7c: > b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams > 88194ad go.mod: update golang.org/x dependencies > 2b60a61 quic: fix several bugs in flow control accounting > 73d82ef quic: handle DATA_BLOCKED frames > 5d5a036 quic: handle streams moving from the data queue to the meta queue > 350aad2 quic: correctly extend peer's flow control window after MAX_DATA > 21814e7 quic: validate connection id transport parameters > a600b35 quic: avoid redundant MAX_DATA updates > ea63359 http2: check stream body is present on read timeout > ddd8598 quic: version negotiation > 3b0ab98 quic: avoid deadlock on listener close > 732b4bc quic: report initial TLS errors > 8add2e1 quic: enforce AEAD integrity limit > 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int > b3f1f23 quic: initiate key updates > 18f2095 quic: handle peer-initiated key updates > 008c0af quic: refactor keys for key updates > 6a4de22 quic: connection lifetime management > ea4a2ff quic: fix detection of reserved bits in 1-RTT packets > 47caaff quic: send and receive UDP datagrams > 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control > 57bce0e quic: move packetType.String out of test-only code > cae7dab quic: outbound connection-level flow control > 217377b quic: inbound connection-level flow control > 044c308 quic: check for packet overflow when writing MAX_STREAMS > 5401f76 quic: test lost bidi MAX_STREAMS frame handling > da5f9f7 quic: don't block Writes on stream-level flow control > c3c6260 quic: simplify gate operations > 717519d quic: limits on the number of open streams > 94087ad dns/dnsmessage: mention that Name in non-escaped > 2a0da8b go.mod: update golang.org/x dependencies > 97384c1 quic: remove streams from the conn when done > 03d5e62 http2: remove unused ClientConn.tconnClosed > b82f062 quic: include ignored frames in test log output > 7374d34 quic: don't block when closing read-only streams > b4d09be dns/dnsmessage: compress all names while appending to a buffer > 8b010a5 quic: fix race condition in runAsync test helper > fe2abcb quic: validate stream limits in transport params > d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets > 4332436 quic: send more transport parameters > 52fbe37 quic: add test helpers for acking packets > 4a2d37e http2: remove Docker-requiring tests > efb8d7a dns/dnsmessage: don't include bytes after name.Length in the compression map > d8d8478 quic: read-closing and reset streams, wait on close > 3d2be97 quic: fix testConn.uncheckedHandshake > 0f7767c dns/dnsmessage: validate cached section when skipping sections > f89417c dns/dnsmessage: reduce Parser size > 9cde5a0 net/http2: remove awaitGracefulShutdown > 95cb3bb dns/dnsmessage: show AD and CD bit in Header.GoString() > 126a5f3 quic: fix some bugs in the sendable stream list > f09e753 quic: send and receive stream data > 1e23797 publicsuffix: update table to version 20230804 > c8c0290 go.mod: update golang.org/x dependencies > 0b21d06 quic: framework for testing blocking operations > 4648651 quic: add -vv flag for more verbose tests > 60ae793 quic: don't send session tickets > a7da556 http2: optimize buffer allocation in transport > 167593b quic: create and accept streams > 8ffa475 html: only render content literally in the HTML namespace > 63fe334 quic: gate and queue synchronization primitives > bd8ac9e quic: fill out connection id handling > 08001cc quic: debug logging of packets > dd0aa33 quic: tls handshake > 5e678bb quic: CRYPTO stream handling > dd5bc96 internal/quic: deflake TestConnTestConn > d0912d4 quic: add pipe type > 8db2ead quic: transport parameter encoding and decoding > 0adcadf quic: send and receive datagrams > 16cc77a quic: print better stacks on SIGQUIT > 4a3f925 quic: basic connection event loop > 57553cb quic: connection ids > 304cc91 quic: tracking of received packets and acks to send > 9475ce1 quic: fix typos in comments > d8f9c01 dns/dnsmessage: add fuzz test > 8126108 dns/dnsmessage: update Parser docs > a1613c2 http2: handle trailing colon in authorityAddr > c73c09c go.mod: update golang.org/x dependencies > 4fc2eb9 http2: revert Transport change from CL 486156 > 63727cc http2: validate Host header before sending > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing > 952fc9c quic: move ack_delay_exponent handling out of frame parsing > 02fe9a5 quic: loss detection > c8a2c5a quic: remove stray debugging print > 5d50b40 quic: add packetFate enum > ee81e8c quic: correct rttvar updates > ab184e6 quic: rename side type to connSide > 508a573 quic: add congestion controller > 4050002 html: handle equals sign before attribute > f5464dd idna: update for Unicode 15.0.0 > 6c96ca5 go.mod: update golang.org/x dependencies > 5541298 quic: add packet pacer > 88a50b6 all: update x/sys to HEAD > 7e6923f quic: add RTT estimator > 2796e09 bpf: check for little endian CPU for OS VM comparison > 10cf388 quic: add a data structure for tracking lists of sent packets > ccc217c quic: parameterize rangeset > f16447c quic: add go1.21 build constraint > f7250ea quic: add a type tracking sent values > 1b5a2d8 quic: packet encoding/decoding > a233290 quic: add a data structure for tracking sent packets > 61d852e quic: error codes and types > d40f154 quic: varint encoding and decoding > 10d9069 quic: add rangeset type > f71a821 quic: packet protection > 6488c8f quic: basic packet operations > d4a2c13 quic: packet number encoding/decoding > 0d6f3cb quic: add various useful common constants and types > ee6956f quic: add internal/quic package > 6826f5a http2: close request bodies before RoundTrip error return > ca96da6 dns/dnsmessage: reject names with dots inside label > 056145c net/http: deflake TestTransportRetryAfterGOAWAY > abee42a http2: deflake TestTransportReuseAfterError > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests > 23ce3b8 http2: disable Content-Length when nilled > 120fc90 http2: change default frame scheduler to round robin > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names > d28c0b1 all: fix some comments > daac0ce go.mod: update golang.org/x dependencies > 82780d6 http2: don't reuse connections that are experiencing errors > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1 > eb1572c html: another shot at security doc > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386 > 3d5a8ee internal/socks: permit authenticating with an empty password > 694cff8 go.mod: update golang.org/x dependencies > 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt > 9f24bb4 http2: properly discard data received after request/response body is closed > 08dda57 html: fix package doc typo bumping golang.org/x/text 9db913a...f488e19: > f488e19 unicode/norm: fix function name on comment > fb697c0 cmd/gotext: actually use -dir flag > f3e69ed cmd/gotext: fix misbehaviors > ab07ad1 all: remove repetitive words > e503480 encoding/japanese, language: shorten very long sub-test names > 2df65d7 all: regenerate for Unicode 15.0.0 > e3c038a all: prepare for Unicode 15.0.0 > 3a7a255 internal/export/idna: make more space for mapping index > d61dd50 go.mod: delete repeated "indirect" > efb744f internal/export/idna: fix infinite loop in Go pre-1.10 > 48e4a4a all: fix some comments bumping knative.dev/serving 2c1bb07...60754c3: > 60754c3 [release-1.10] fix securityContext for Knative Service Pod (user-container and queue-proxy) (# 14377) > 500756c [release-1.10] RandomChoice 2 policy wasn't random when the number of targets is 2 (with equal weight) (# 14052) > cdac06e drop safe to evict annotations (# 14051) > fc055b1 Min TLS for tag to digest defaults to 1.2 again and is configurable (# 13963) bumping knative.dev/pkg dfad48e...df28fea: > df28fea Bumped x/net to v0.17.0 to fix cve-2023-44487 on release-1.10 (# 2862) bumping golang.org/x/sys c7a1bf9...2964e1e: > 2964e1e unix: remove unused readlen and writelen > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine > 807530f unix: remove lists of unimplemented syscalls > 01c413d windows: document the return type mismatch for CommandLineToArgv > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies > 8858c72 unix: update riscv_hwprobe constants > 71c9d87 windows: add console ConPTY API > aa9470e unix/linux: update to Linux kernel 6.5 > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr > c7cbcbb unix: add TestSockaddrALG > 8d9dcc4 unix: modernize test helpers > a26c6de unix: use errnoErr in generated wrappers on solaris > f3ef2d1 cpu: remove the use of ioutil > 5a17dda unix: remove the use of ioutil > 38ebf41 cpu: fix wrong cache line size of riscv64 > fdc7ef4 all: remove ioutil usage from tests > fc717d3 unix: remove usage of ioutil.TempFile in tests > cb4ecd9 unix: use filepath in tests where appropriate > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice > 0e97d69 all: use t.TempDir in tests > 0514fec unix: rm unused zos test helper functions > bfd1ebb unix: remove unused ptracePtr on darwin > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test > 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 for all > e8190d9 windows: don't check non-existent return code in GetStartupInfo > ad02017 windows: use SyscallN in mkwinsyscall > 7023367 cpu: remove repetitive word > eabbd5c cpu: add support for amx detection > 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand > ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux > 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls > 104d401 unix: add riscv_hwprobe for riscv64 > 70f4e40 unix: retry fetching of lists through sysctl if the size changes > ad7130c unix: add more block device ioctl numbers > c406141 all: fix some typos > 25d0004 unix: fix last argument of pselect6 on linux > 706fa98 windows: remove repetitive words > 3fead03 unix: add Mremap for netbsd > a1a9c4b unix/linux: update to Linux kernel 6.4 and Go 1.21rc2 > 0a92922 windows: make TestSystemModuleVersions more tolerant > d1abdad unix/linux: update TUN flags and virtio_net_hdr constants > 2b751dd windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailures > e0c3b6e unix: add Mremap for linux > ca096e4 unix: add missing IFLA_* consts on linux > df9fef2 unix/linux: update to Linux kernel 6.3 and Go 1.20.5 > 55b11dc unix: remove recently introduced debug/elf dependency > 5059a07 unix: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET for Linux > 304f187 unix: replace use of strcpy in mkerrors.sh > 81c8a6c unix: add Getresuid and Getresgid for OpenBSD > ff98eae unix: remove absolute path of pwd from mkall.sh > b52f544 unix: add Getresuid, Getresgid for linux > b5c7a09 unix: update BPF constants with Linux kernel 6.2 > c8ea6b0 windows: fix EnumProcesses to pass the correct array size > 352d833 cpu: add test for IsBigEndian > c43fe1e cpu: define IsBigEndian on wasm > 1911637 windows/svc: use separate (and more descriptive) service names in tests > ca59eda windows: use unsafe.Add instead of pointer arithmetic on a uintptr > 6c52899 windows: return error if DecomposeCommandLine parameter contains NUL > 9524d49 windows/svc/mgr: Service.Control: populate Status when returning certain errors > 2a33a30 execabs: let hasExec return false on wasip1 > 39c2d6a unix: add UDP socket option constants on linux > 1fb6828 unix: convert Iovec.Base to *byte in mkpost.go on solaris > 3125361 unix: allow overriding GOOS using GOOS_TARGET in mkpost.go > dbd8f99 windows: add Service.ListDependentServices > f25ff60 windows: add JobObjectInformationClass consts for QueryInformationJobObject > 64840c1 unix: add bindings for setattrlist() on macOS > 90abad3 unix: add AT_EACCESS on Darwin > 94933fc windows: fix constant values for JobObjectInformationClass > 00d8004 unix: match ioctl req argument type to libc type > d0781cc unix: make solaris syscall tests less flaky > ff18efa unix: change Setrlimit/Prlimit to always call syscall functions > 494aa49 unix: skip ip related tests if EAFNOSUPPORT raised bumping golang.org/x/term 0edf009...ea6303a: > ea6303a go.mod: update golang.org/x dependencies > f413282 go.mod: update golang.org/x dependencies > 19e73c2 go.mod: update golang.org/x dependencies > edd9fb7 go.mod: update golang.org/x dependencies > 88fcf87 term: consistently return zeroes on GetSize error > f6de4a1 go.mod: update golang.org/x dependencies > 119f703 go.mod: update golang.org/x dependencies > 7ae6be6 go.mod: update golang.org/x dependencies bumping golang.org/x/crypto 776e461...e3cc52e: > e3cc52e go.mod: update golang.org/x dependencies > 833695f ssh: add server side support for ping@openssh.com protocol extension > ec07f4e chacha20: drop Go 1.10 compatibility for arm64 > b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519 > a1aeb9b ssh: add test cases for compatibility with old (buggy) clients > 28c53ff ssh: add MultiAlgorithmSigner > 3f0842a sha3: have ShakeHash extend hash.Hash > e90f1e1 cryptobyte: add uint48 methods > d359caa ssh: support for marshaling keys using the OpenSSH format > c5370d2 ssh: check the declared public key algo against decoded one > 0d375be go.mod: update golang.org/x dependencies > b4ddeed go.mod: update golang.org/x dependencies > edc325d ssh: fix call to Fatalf from a non-test goroutine > eab9315 ssh: add diffie-hellman-group16-sha512 kex > ddfa821 ssh: ignore invalid MACs and KEXs just like we do for ciphers > d08e19b x509roots/fallback: update bundle > 12e1fcd internal/wycheproof: skip all tests in short test mode > 3f8f064 ssh: prefer sha256 based RSA key algorithms > 5df3b59 ssh: disable client agent tests on Windows > 2e82bdd fix TestValidTerminalMode: missing output from echo SHELL $SHELL > 64e0e99 ssh: fix RSA certificate and public key authentication with older clients > 23b1b90 ssh: prefer sha256 based MAC algorithms > e984872 go.mod: update golang.org/x dependencies > 183630a x509roots: generate a stable sort, for real this time > a9e447d x509roots/fallback: add //go:build go1.20 to bundle.go > 64c3993 ssh: add hmac-sha2-512 > 5fe8145 x509roots: remove list hash and generation date, change ordering > 043e94c x509roots: fix generate script argument checking > 0d502d7 x509roots: use "generate" build tag > 0ff6005 ssh/test: set a timeout and WaitDelay on sshd subcommands > 8e447d8 go.mod: update golang.org/x dependencies > 22c9997 go.mod: tell x repo tagging to ignore dep on net > d0b3160 x509roots: add new module > 1622238 Add support for "hmac-sha2-512-etm@openssh.com" > a4e9841 go.mod: update golang.org/x dependencies > 3ef8056 ssh/test: enable on solaris > a8cc953 ssh: skip unsupported tests on wasip1 > 7d6d3f5 ssh/test: skip TestValidTerminalMode on non-Bourne shells > 1faeef9 cryptobyte: reject Object Identifiers with leading 0x80 > 00fd4ff go.mod: update golang.org/x dependencies > 018c28f all: fix some comments > 9cd0187 curve25519: use crypto/ecdh on Go 1.20 > c6a20f9 ssh: document that ParseRawPrivateKey supports Ed25519 keys Signed-off-by: Knative Automation <automation@knative.team>
1 parent f38444b commit 560ff0e

File tree

205 files changed

+25939
-7385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+25939
-7385
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ require (
3636
github.com/tektoncd/cli v0.29.1
3737
github.com/tektoncd/pipeline v0.44.0
3838
github.com/whilp/git-urls v1.0.0
39-
golang.org/x/crypto v0.7.0
39+
golang.org/x/crypto v0.14.0
4040
golang.org/x/oauth2 v0.5.0
4141
golang.org/x/sync v0.1.0
42-
golang.org/x/term v0.6.0
42+
golang.org/x/term v0.13.0
4343
gopkg.in/yaml.v2 v2.4.0
4444
gotest.tools/v3 v3.4.0
4545
k8s.io/api v0.26.1
4646
k8s.io/apimachinery v0.26.1
4747
k8s.io/client-go v1.5.2
4848
knative.dev/client-pkg v0.0.0-20230425201444-4f052f9ef2f2
49-
knative.dev/eventing v0.37.0
49+
knative.dev/eventing v0.37.3
5050
knative.dev/hack v0.0.0-20230417170854-f591fea109b3
51-
knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0
52-
knative.dev/serving v0.37.0
51+
knative.dev/pkg v0.0.0-20231011201526-df28feae6d34
52+
knative.dev/serving v0.37.3
5353
)
5454

5555
require (
@@ -217,9 +217,9 @@ require (
217217
go.uber.org/multierr v1.9.0 // indirect
218218
go.uber.org/zap v1.24.0 // indirect
219219
golang.org/x/mod v0.9.0 // indirect
220-
golang.org/x/net v0.8.0 // indirect
221-
golang.org/x/sys v0.6.0 // indirect
222-
golang.org/x/text v0.8.0 // indirect
220+
golang.org/x/net v0.17.0 // indirect
221+
golang.org/x/sys v0.13.0 // indirect
222+
golang.org/x/text v0.13.0 // indirect
223223
golang.org/x/time v0.3.0 // indirect
224224
golang.org/x/tools v0.6.0 // indirect
225225
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect

go.sum

+16-16
Original file line numberDiff line numberDiff line change
@@ -1769,8 +1769,8 @@ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0
17691769
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
17701770
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
17711771
golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
1772-
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
1773-
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
1772+
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
1773+
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
17741774
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
17751775
golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
17761776
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
@@ -1892,8 +1892,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
18921892
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
18931893
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
18941894
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
1895-
golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
1896-
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
1895+
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
1896+
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
18971897
golang.org/x/oauth2 v0.0.0-20180724155351-3d292e4d0cdc/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
18981898
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
18991899
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
@@ -2076,8 +2076,8 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
20762076
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
20772077
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
20782078
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2079-
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
2080-
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2079+
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
2080+
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
20812081
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
20822082
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
20832083
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
@@ -2088,8 +2088,8 @@ golang.org/x/term v0.0.0-20220722155259-a9ba230a4035/go.mod h1:jbD1KX2456YbFQfuX
20882088
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
20892089
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
20902090
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
2091-
golang.org/x/term v0.6.0 h1:clScbb1cHjoCkyRbWwBEUZ5H/tIFu5TAXIqaZD0Gcjw=
2092-
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
2091+
golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek=
2092+
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
20932093
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
20942094
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
20952095
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -2102,8 +2102,8 @@ golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
21022102
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
21032103
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
21042104
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
2105-
golang.org/x/text v0.8.0 h1:57P1ETyNKtuIjB4SRd15iJxuhj8Gc416Y78H3qgMh68=
2106-
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
2105+
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
2106+
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
21072107
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
21082108
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
21092109
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -2529,16 +2529,16 @@ k8s.io/utils v0.0.0-20230115233650-391b47cb4029 h1:L8zDtT4jrxj+TaQYD0k8KNlr556Wa
25292529
k8s.io/utils v0.0.0-20230115233650-391b47cb4029/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
25302530
knative.dev/client-pkg v0.0.0-20230425201444-4f052f9ef2f2 h1:Xc6zlrbq9X+Qh15xl8iv8Tl/qkknnOv8KwN+HzjDZU8=
25312531
knative.dev/client-pkg v0.0.0-20230425201444-4f052f9ef2f2/go.mod h1:oYnznlTBCj/bVEHo5vUSM/VS3oDFNJKDmH5+k1aC9/8=
2532-
knative.dev/eventing v0.37.0 h1:OtX8B9nvUSTNcbbpoNFDyeGaGU/5+aetj94i6oATpQU=
2533-
knative.dev/eventing v0.37.0/go.mod h1:62baPXiw5GPpPyV3f0GF64X7tOjc5x9cg64RAh1gjs4=
2532+
knative.dev/eventing v0.37.3 h1:TFJS/bcWJbcY4YvGg+LNEm0qdmeaMAHdUGHKuOmnX9E=
2533+
knative.dev/eventing v0.37.3/go.mod h1:DFZEmPkisDkr3jbTQd6mK+Dno3k9yacSgbkJGIDWg3c=
25342534
knative.dev/hack v0.0.0-20230417170854-f591fea109b3 h1:+W4WBOq83tfGXKhtv8OB/uJeYqze3zh69GKiz1ucuqk=
25352535
knative.dev/hack v0.0.0-20230417170854-f591fea109b3/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
25362536
knative.dev/networking v0.0.0-20230419144338-e5d04e805e50 h1:X9rPBYr7Vrm075q0iXTr7/0oklkYoyqvlnrUwNzcUhI=
25372537
knative.dev/networking v0.0.0-20230419144338-e5d04e805e50/go.mod h1:o2MyGpGfU5DoSAWCE2f/jnSC9GjGOplCslbA99yDkGo=
2538-
knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0 h1:EFQcoUo8I4bc+U3y6tR1B3ONYZSHWUdAfI7Vh7dae8g=
2539-
knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0/go.mod h1:2qWPP9Gjh9Q7ETti+WRHnBnGCSCq+6q7m3p/nmUQviE=
2540-
knative.dev/serving v0.37.0 h1:hp/HconGRzv0kh2az9I/af1K1DY3NG3zcyiVc2rHyOk=
2541-
knative.dev/serving v0.37.0/go.mod h1:v0Xbfp7olb0Gljm5l4qNuLsIf8/2p1rIt/mphxvx1z0=
2538+
knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 h1:H+K37bEBZ2STSWMjCgrdilj38KKZGVxBbob22K99Y50=
2539+
knative.dev/pkg v0.0.0-20231011201526-df28feae6d34/go.mod h1:ZRgzFBFmdBsARm6+Pkr9WRG8bXys8rYq64ELfLG6+9w=
2540+
knative.dev/serving v0.37.3 h1:ebJCVLb3ZHnrJHNKDw/v5eO2Yz6F3l6lpRgAuNo4KE8=
2541+
knative.dev/serving v0.37.3/go.mod h1:v0Xbfp7olb0Gljm5l4qNuLsIf8/2p1rIt/mphxvx1z0=
25422542
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
25432543
modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
25442544
modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=

vendor/golang.org/x/crypto/chacha20/chacha_arm64.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/chacha20/chacha_arm64.s

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/chacha20/chacha_noasm.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/curve25519/curve25519.go

+6-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/crypto/curve25519/curve25519_compat.go

+105
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)