Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/reconciler-test 5bf0b86...21d1de3:
  > 21d1de3 upgrade to latest dependencies (# 742)
  > 3a59c9d Update community files (# 741)
  > de3a013 Use knative/actions/setup-go to be in sync with other projects (# 740)
  > 0377f8e upgrade to latest dependencies (# 739)
bumping golang.org/x/crypto 332fd65...9fadb0b:
  > 9fadb0b go.mod: update golang.org/x dependencies
  > a6a393f all: bump go.mod version and drop compatibility shims
  > 1c74500 ssh/test: make struct comment match struct name
  > d4e7c9c ssh: fail client auth immediately on receiving disconnect message
bumping golang.org/x/sys 673e0f9...faed7ec:
  > faed7ec unix: add PthreadChdir and PthreadFchdir on darwin
  > c892bb7 unix: fix MmapPtr test failing on OpenBSD
  > a0ef40a unix: fix MremapPtr test failing on NetBSD
  > daa2394 unix: add unsafe mmap, munmap, mremap
  > 7670087 windows: add GetAce Windows API
  > 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx
bumping knative.dev/pkg fc0720b...b4e5f07:
  > b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073)
  > fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072)
  > 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074)
  > 7ecd548 Update community files (# 3071)
  > 3f6a546 Fix rand source in name (# 3070)
  > ee1db86 Update linter config and address lint warnings/failures (# 3068)
  > 26bc7b4 Register AuthenticatableType in schema (# 3069)
  > 8535fcc gofumpt the repo (# 3067)
bumping golang.org/x/net 66e838c...e2310ae:
  > e2310ae go.mod: update golang.org/x dependencies
  > 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  > 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
bumping knative.dev/hack 0914314...b979959:
  > b979959 Update community files (# 387)
bumping golang.org/x/mod c0bdc7b...d58be1c:
  > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
  > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
bumping google.golang.org/grpc fa274d7...2da9769:
  > 2da9769 Change version to 1.65.0 (# 7306)
  > ede96b7 metadata: remove String method (# 7373)
  > 64be203 grpc: Readd pick first name (# 7336) (# 7341)
  > 25e33a6 examples: Add CSM Observability example (# 7302) (# 7318)
  > 04a5f46 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309) (# 7317)
  > cff5c3e stats/opentelemetry: Add e2e testing for CSM Observability (# 7279) (# 7316)
  > 9b970fd dns: fix constant 30s backoff for re-resolution (# 7262) (# 7311)
  > 6d23620 documentation: on server, use FromIncomingContext  for retrieving context and `SetHeader`, `SetTrailer` to send metadata to client (# 7238)
  > 7e5898e xds: unify xDS client creation APIs meant for testing (# 7268)
  > 5d7bd7a interop/xds: Interop client and server changes for CSM Observability (# 7280)
  > 1958fcb cmd/protoc-gen-go-grpc: update version for release (# 7294)
  > 32f6091 *: update deps (# 7282)
  > 02f0e77 security: remove security/authorization module (# 7281)
  > 8bf2b3e grpcrand: delete all of grpcrand and call the rand package directly (# 7283)
  > 24e9024 Fix close in use certificate providers after double `Close()` method call on wrapper object (# 7128)
  > 33faea8 ringhash: fix normalizeWeights (# 7156)
  > 0756c0d stats: Various CSM Observability bug fixes (# 7278)
  > fe82db4 stats/opentelemetry: Add CSM Observability API (# 7277)
  > f1aceb0 stats/opentelemetry: CSM Observability server side component changes (# 7264)
  > 8138555 testing: remove skip for otel since we no longer support Go 1.20 (# 7276)
  > 58cfe27 deps: update dependencies for all modules (# 7274)
  > 11872f1 advancedtls: add CipherSuites to Options (# 7269)
  > a4593c5 advancedtls: use realistic ciphersuite in test (# 7273)
  > 01363ac *: end support for Go v1.20 (# 7250)
  > 6e59dd1 examples: add example to illustrate the use of file watcher interceptor (# 7226)
  > 03da31a client: implement maxAttempts for retryPolicy (# 7229)
  > f7d3d3e stats/opentelemetry: CSM Observability client side component changes (# 7256)
  > 092e793 test/kokoro: Add psm-csm build config (# 7263)
  > 5ffe0ef advancedtls: populate verified chains when using custom buildVerifyFunc (# 7181)
  > 1db6590 grpc: Move Pick First Balancer to separate package (# 7255)
  > 1adbea2 protoc-gen-go-grpc: copy service comment to interfaces (# 7243)
  > a639c40 test: fix flaky test ClientSendsAGoAway (# 7224)
  > c822adf balancergroup: add a `ParseConfig` API and remove the `UpdateBuilder` API (# 7232)
  > a75dfa6 xds: change the DumpResources API to return proto message containing the resource dump (# 7240)
  > 48b6b11 credentials/tls: reject connections with ALPN disabled (# 7184)
  > 0a0abfa stats/opentelemetry: Add CSM Plugin Option (# 7205)
  > 2f52f9e examples: update remaining uses of grpc.Dial to NewClient (# 7248)
  > aea78bd grpc: Add perTargetDialOption type and global list (# 7234)
  > 2d2f417 advancedTLS: unset a deprecated field after copying it (# 7239)
  > 2174ea6 documentation: fix typo in anti-patterns.md (# 7237)
  > e22436a pickerwrapper: use atomic instead of locks (# 7214)
  > 0020ccf advancedTLS: Documentation (# 7213)
  > 59954c8 Change version to 1.65.0-dev (# 7220)
  > 3bf7e9a advancedTLS: Add in deprecated name for transitionary period (# 7221)
bumping golang.org/x/tools bc6931d...33be3ef:
  > 33be3ef go.mod: update golang.org/x dependencies
  > 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc
  > fcf5463 gopls/internal/server: add counters to inform v0.17.0
  > 70a59b2 gopls/doc: respond to Hana's review of CL 583316
  > 799a471 gopls/doc: document all of gopls' features
  > 2e239ad gopls/internal/golang: provide version info for stdlib fields
  > bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI
  > 72edac2 internal/typeparams: fix crash in interface hover with empty type set
  > c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
  > 5cc2d0b gopls/internal/golang: splitlines: remove workaround for golang/go# 68202
  > 6916077 gopls/internal/golang: don't panic when findKeyword fails
  > 8fa4173 gopls/internal/server: conditionally prompt for telemetry
  > b9a361a gopls/internal/golang: provide version info for stdlib methods
  > dd9d554 go/ast/astutil: PathEnclosingInterval: add missing FuncType nodes
  > 3db1ddb gopls/internal/golang: provide available version info in stdlib hover
  > 008ed2c gopls/internal/golang/completion: fix package clause completion suffix
  > b297f5a gopls/internal/golang: s/return values/results/
  > b5bfa9c gopls/internal/fuzzy: move the fuzzy package to gopls
  > 02912f7 gopls/internal/cache: lift package caching to forEachPackage
  > e7f294d gopls/matcher: don't give bonus to case insensitive match
  > 480a22d gopls/completion: don't take address of interfaces for "%p" values
  > 3151270 gopls/internal: add code action "extract declarations to new file"
  > 850c7c3 gopls: skip failing tests on wasm/wasip1
  > dc34122 gopls/internal/golang: fix hovering from the builtin file
  > 1028e30 gopls/internal/settings: remove fieldalignment analyzer
  > 5fefc65 go/analysis/passes/stringintconv: do not generate empty edits
  > 1e6c1e2 gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs
  > 7de8d0a gopls/internal/analysis/simplifyrange: reenable on range-over-func
  > c9675c2 internal/refactor/inline: avoid unnecessary import renames
  > f06ed92 gopls/internal/settings: define InlayHints enum
  > 833def6 gopls/internal/settings: move CodeActionKind values from protocol
  > 47bd819 gopls/internal/server: fix CSS typo
  > df4e862 gopls/internal/settings: minor cleanups
  > 4a26477 internal/refactor/inline: allow duplicable type conversions
  > db513b0 go/ssa: wait for shared functions to finish building
  > 8a45e6c go/analysis/passes/asmdecl: define register-ABI result registers for loong64
  > dfdfa49 go/types/objectpath: support Signature.RecvTypeParams
  > 2d104ec gopls/doc/generate: treat LinksInHover as an enum
  > b994346 gopls/doc/assets: create dummy submodule for image files
  > 18e694b gopls/doc/release: finalize v0.16.0 release notes
  > 99779e9 gopls/internal/settings: move CodeLensSource from protocol
  > 9bf0e21 gopls/internal/test/integration/misc: skip asm test unless a{rm,md}64
  > f2d2ebe go/analysis/passes/buildtag: retire Go 1.15 support
  > 1239d04 gopls/internal/golang:  Hover: use internal pkg doc viewer
  > 6ece8fb gopls/internal/golang: improve ergonomics of "Browse documentation"
  > 693d7fe gopls/internal/settings: simplify SetOptions
  > 977f6f7 go/packages: move getSizesForArgs back
  > 6a8bc5f gopls/internal/lsp/source: ignore lambdas in call hierarchy
  > b5dbe8b gopls/internal/golang: s/View/Browse/ for browser-based features
  > 2ca6abe gopls: expand on documentation about version support changes
  > b59dd37 go/analysis: document interpretation of multiple diagnostics
  > 4419f4f go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x)
  > a69d9a2 internal/analysisinternal: AddImport helper for inserting imports
  > db99e8a gopls/internal/test/integration/misc: skip ASM assertions on risc64
  > a852b25 gopls/doc/release: update gopls release notes for language support
  > 03d7125 gopls/doc/emacs.md: use more precise before-save terminology
  > e4b0a18 internal/checker: run despite all errors
  > f45db9b internal/protocol/command: regenerate commands to fix build
  > 568dea1 gopls: update x/telemetry dependency
  > 82912d2 internal/imports: fix starvation in external candidate search
  > 3e94830 internal/imports: optimize package path filtering
  > dddd55d go/ssa: fixing Named type substitution
  > 46928a5 gopls: fix StmtToInsertVarBefore for switch stmts
  > 318adf2 gopls/internal/protocol/command/gen: omit unnecessary MarshalArgs calls
  > bffeaaa gopls/internal/golang: s/Show/View/ for web-based reports
  > a9021a5 go/ssa: export Defer.DeferStack field
  > ae52477 cmd/deadcode: fix nil panic in Edge.Site.Pos
  > 82be0b4 gopls/internal/server: return a non-nil slice for empty token result
  > 413a491 gopls/internal/golang: factor the 3 web reports
  > f41a407 gopls/internal/golang: Web, an abstraction of server.web
  > f5a26d2 gopls/internal/server: simplify FreeSymbols plumbing
  > 0341917 gopls/internal/cache: stop module cache refresh on view shutdown
  > 8f4c6b0 gopls/internal/test/integration/misc: fix build
  > 15d13c3 gopls/internal/golang: add "Show assembly of f" code action
  > a35b054 gopls/internal/test/integration: style tweaks to CodeAction
  > fc82f4e gopls/internal/protocol/command: use gopls.foo form everywhere
  > c24ae10 gopls/internal/cmd: cleanup progress handling
  > 6e3b208 gopls/internal/test: add test case for parameter rename match import
  > 5e0f1d8 gopls/internal/server: fix regression in organize imports code action
  > 1c73966 internal/imports: add a warning not to remove the fixImports seam
  > d9366dd internal/imports: restore fixImports extension point
  > 8bf61b8 gopls/internal/cache: fix module resolver cache refreshing
  > 7522327 gopls/rename: Fix spurious package name conflicts.
  > 5e43887 internal/stdlib: generate from api/next/*.txt (go1.23) too
bumping golang.org/x/term 5f0bb72...c976cb1:
  > c976cb1 go.mod: update golang.org/x dependencies
bumping knative.dev/eventing 825202f...bb2e0a3:
  > bb2e0a3 EventType V1B3: Use proper jsonpath for additional column printer (# 8097)
  > ea08684 feat: reconcile eventtype v1beta3 resources (# 8087)
  > 57b52ea fix: tls dispatcher tests all use different ports (# 8088)
  > 9ea1d54 chore: fix lint errors (# 8089)
  > 768f1bd fix: et v1beta3 does not have broker set by default (# 8079)
  > 8e7c775 CrossNamespace: e2e test to verify event delivery for broker and trigger (# 7933)
  > 71d7e5e fix: remove ingress option from delivery format (# 8086)
  > 9eed163 feat:added format flag (# 8080)
  > a64f0c8 [main] Upgrade to latest dependencies (# 8085)
  > fe6bd56 Adding symbolic link for event policy type.  (# 8081)
  > 2f1f866 fix: trigger labels are set properly with cn event links enabled (# 8066)
  > 5f6713a fix(test): creating the knsubscribe clusterrolebinding does not cause install script to fail (# 8068)
  > 8e039dd Watch only our own OIDC-related secrets (# 8070)
  > 5a96619 Add Kubernetes Version Check to Installation Script (# 8025)
  > 332d974 Update TokenVerifier to verify AuthZ too (# 8063)
  > 3264b21 List applying EventPolicies in Brokers status (# 8060)
  > 657c3cd List applying policies in job sink (# 8064)
  > 98ed09c [main] Update community files (# 8069)
  > e2d782f # 7879: Changes to add filters field (# 7930)
  > d18595f 🐛 Codecov reject any coverage drop (# 8065)
  > 399bb86 Reconcile EventPolicies when features configmap changes (# 8059)
  > 4f2b53f Set APIVersion and Kind of EventPolicy manually in OwnerReference of backing channels policy (# 8031)
  > 96c30bd List applying EventPolicies in Sequence status (# 8012)
  > 3b1bfb4 feat(test): create knsubscribe rolebinding to current user in e2e test setup (# 8055)
  > beb71be Add EventPolicy Reconciler (# 8024)
  > 6992e6f Avoid fatal errors for unknown features flags that can be added in a future release (# 8051)
  > a6ac811 [main] Upgrade to latest dependencies (# 8032)
  > c5ac18a Update Github actions automatically (# 7942)
  > e36a2cf Use `knative/actions/setup-go` to be in sync with other projects (# 8044)
  > 922edf2 Remove unneeded replaces in go.mod (# 8033)
  > 0f71292 [main] Upgrade to latest dependencies (# 8029)
  > 9cf272a Event Type API: updated test name to avoid confusion (# 8030)
  > 6352784 Updating RetryableHttp lib to latest (# 8026)
  > d4e647d List applying policies in Channel and propagate EventPolicies to underlying channel (# 8014)
  > 7253b36 Add EventPolicy resource for rekt tests (# 8010)
  > e21311d [main] Upgrade to latest dependencies (# 8019)
  > 36c904a Fix test case in `TestCreateExpectedEventDeliveryMap` (# 8023)
bumping github.com/hashicorp/go-retryablehttp 571a88b...1542b31:
  > 1542b31 v0.7.7
  > defb9f4 v0.7.7
  > a99f07b Merge pull request # 158 from dany74q/danny/redacted-url-in-logs
  > 86e852d Merge pull request # 227 from hashicorp/dependabot/github_actions/actions/checkout-4.1.6
  > 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  > 490fc06 Merge pull request # 226 from testwill/ioutil
  > 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  > b2aee50 Copied Redacted() implementation from go 1.15
  > d969eaa Merge pull request # 225 from hashicorp/manicminer-patch-2
  > f3e9417 chore: remove refs to deprecated io/ioutil
  > 65e8765 Apparently Redacted() was added in go 1.15
  > 1643719 Merge pull request # 210 from tomclegg/noretry-header-cert
  > 2ad8ed4 v0.7.6
  > 28e8f81 Redacted URL in logs / errors
  > 4fb315e Merge pull request # 224 from hashicorp/tooling/pr-actions
  > eb08cce Merge branch 'main' into noretry-header-cert
  > 4077b29 Changelog for # 210
  > e6c9acc Merge pull request # 223 from hashicorp/manicminer-patch-1
  > f67cc6e deprecations, linting
  > a1a8ab8 Fix certificate error detection on Go 1.20 and 1.21.
  > ca91556 Merge pull request # 216 from mgwoj/main
  > 6d0f2e8 Changelog updates for # 138, # 197, # 216
  > e82c700 GHA workflows for unit tests
  > a004c57 Don't retry after "invalid request header" error.
  > 8db2bb6 Merge pull request # 197 from longshine/avoid-read-from-bytes-reader
  > edadfe1 DXE-3480 Simplify code for PrepareRetry
  > 834d13d update go version
  > 4165cf8 Merge pull request # 209 from hashicorp/v0.7.5-changelog
  > 22668fb Merge pull request # 155 from mkevac/patch-1
  > 4b2663e Merge branch 'main' into avoid-read-from-bytes-reader
  > c5939ed Update go.mod
  > 309c58e Merge pull request # 207 from hashicorp/sebasslash/handle-go-away
  > 6c37e02 v0.7.5 changelog update
  > 7fab210 Merge pull request # 138 from justenwalker/support-retryafter-date
  > 676f2f0 Change URL from godoc to pkg.go.dev in README.md
  > 3899851 Avoid read all from bytes.Reader when get request body
  > acbc97c Merge pull request # 218 from hashicorp/maintainer-codeowner
  > 8eb50ac DXE-3480 Re-sign request on retry
  > f95735f Update workflow to use go v1.18
  > 3a6bfc5 Merge pull request # 222 from hashicorp/dependabot/github_actions/actions/checkout-4.1.5
  > a2dbf01 Merge branch 'main' into support-retryafter-date
  > 40a3a33 Change of maintainer
  > 25093ac DXE-3480 Unit test
  > 9bb2062 Sets request's GetBody field on wrapper
  > 838a502 Merge pull request # 221 from hashicorp/dependabot/github_actions/actions/setup-go-5.0.1
  > 4c2e07b Bump actions/checkout from 3.5.0 to 4.1.5
  > f2396f0 remove regexp for parseRetryAfterHeader
  > b2e8d9b DXE-3480 Configurable retry
  > 5e80914 Merge pull request # 219 from hashicorp/dependabot/github_actions/actions/cache-4.0.2
  > 0032337 Bump actions/setup-go from 4.0.0 to 5.0.1
  > 012f144 tests: add test cases for parseRetryAfterHeader
  > c872c98 DXE-3480 Re-sign request on retry
  > 1661d7b Bump actions/cache from 3.2.6 to 4.0.2
  > 0ed3cd7 tests: helper to set static time.Now
  > 0dc51cc tests: fix DefaultBackoff case
  > e16f958 support HTTPDate in Retry-After header

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Jul 11, 2024
1 parent 278afb3 commit c9c396e
Show file tree
Hide file tree
Showing 349 changed files with 2,423 additions and 1,143 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ require (
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
knative.dev/eventing v0.41.1-0.20240621162417-825202fdffc5
knative.dev/hack v0.0.0-20240607132042-09143140a254
knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660
knative.dev/reconciler-test v0.0.0-20240618170853-5bf0b86114f8
knative.dev/eventing v0.41.1-0.20240711105056-bb2e0a30ff68
knative.dev/hack v0.0.0-20240704013904-b9799599afcf
knative.dev/pkg v0.0.0-20240708181110-b4e5f07a2c37
knative.dev/reconciler-test v0.0.0-20240709054012-21d1de3d90a8
sigs.k8s.io/controller-runtime v0.15.2
)

Expand All @@ -42,7 +42,7 @@ require (
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudevents/conformance v0.2.0 // indirect
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
Expand All @@ -66,7 +66,7 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand All @@ -91,21 +91,21 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/tools v0.23.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
69 changes: 34 additions & 35 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMr
github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down Expand Up @@ -103,8 +103,8 @@ github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCv
github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg=
github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ=
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
Expand Down Expand Up @@ -149,8 +149,8 @@ github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68=
github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4=
github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
Expand Down Expand Up @@ -230,11 +230,10 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rH
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-hclog v1.0.0 h1:bkKf0BeBXcSYa7f5Fyi9gMuQ8gNsxeiNpZjR6VxNZeo=
github.com/hashicorp/go-hclog v1.0.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
github.com/hashicorp/go-retryablehttp v0.7.4 h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZnpUv3/+BxzFA=
github.com/hashicorp/go-retryablehttp v0.7.4/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8=
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
Expand Down Expand Up @@ -281,8 +280,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
Expand Down Expand Up @@ -446,8 +445,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
Expand Down Expand Up @@ -480,8 +479,8 @@ golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0=
golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8=
golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down Expand Up @@ -522,8 +521,8 @@ golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down Expand Up @@ -597,15 +596,15 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/term v0.21.0 h1:WVXCp+/EBEHOj53Rvu+7KiT/iElMrO8ACK16SMZ3jaA=
golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0=
golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down Expand Up @@ -669,8 +668,8 @@ golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA=
golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg=
golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down Expand Up @@ -751,8 +750,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
google.golang.org/grpc v1.65.0/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down Expand Up @@ -822,14 +821,14 @@ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/A
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00/go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=
k8s.io/utils v0.0.0-20240102154912-e7106e64919e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/eventing v0.41.1-0.20240621162417-825202fdffc5 h1:yucO8KHZwZzfI9Y4526eB5xRcY7SLqVqevqSRk+88Ko=
knative.dev/eventing v0.41.1-0.20240621162417-825202fdffc5/go.mod h1:o6FjbuGhX9faLv57flszVIvbEw++dBpeuD/xExAEagc=
knative.dev/hack v0.0.0-20240607132042-09143140a254 h1:1YFnu3U6dWZg0oxm6GU8kEdA9A+BvSWKJO7sg3N0kq8=
knative.dev/hack v0.0.0-20240607132042-09143140a254/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660 h1:SYPUGNPA/egS+u6oa6q1kN3Ec+z+we/hPrWie7qhLUg=
knative.dev/pkg v0.0.0-20240621201938-fc0720b7a660/go.mod h1:Wikg4u73T6vk9TctrxZt60VXzqmGEQIx0iKfk1+9o4c=
knative.dev/reconciler-test v0.0.0-20240618170853-5bf0b86114f8 h1:A+rsitEiTX3GudM51g7zUMza+Ripj+boncmlJ2jZp50=
knative.dev/reconciler-test v0.0.0-20240618170853-5bf0b86114f8/go.mod h1:2uUx3U6kdIzgJgMGgrGmdDdcFrFiex/DjuI2gM7Tte8=
knative.dev/eventing v0.41.1-0.20240711105056-bb2e0a30ff68 h1:EGyIgB3mFYkJK75C/Z0DdJLDZStDtp7ExbYzZhYTFwM=
knative.dev/eventing v0.41.1-0.20240711105056-bb2e0a30ff68/go.mod h1:L8tQXb16XICD+5QJDcrDPjP+nncsszPT3hnOsKke15U=
knative.dev/hack v0.0.0-20240704013904-b9799599afcf h1:n92FmZRywgtHso7pFAku7CW0qvRAs1hXtMQqO0R6eiE=
knative.dev/hack v0.0.0-20240704013904-b9799599afcf/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q=
knative.dev/pkg v0.0.0-20240708181110-b4e5f07a2c37 h1:YJopww8+M2C6vdiKzHAP98917VxEZhkBJ66P3ilhU/4=
knative.dev/pkg v0.0.0-20240708181110-b4e5f07a2c37/go.mod h1:QB3K3LuhP+jeEZmiEPapv2bfeSSLVSMWuTAw2SSM7uw=
knative.dev/reconciler-test v0.0.0-20240709054012-21d1de3d90a8 h1:1HgKe67ocPIhBPhhsI8R79XVY/WxzHuioSXV8tiutz8=
knative.dev/reconciler-test v0.0.0-20240709054012-21d1de3d90a8/go.mod h1:8DkCdQMWW0xe56WriWU8I6RWucju9FjS9QVBHy8/FLQ=
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=
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 22 additions & 7 deletions vendor/github.com/cespare/xxhash/v2/xxhash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9c396e

Please sign in to comment.