Skip to content

Commit 35f858c

Browse files
upgrade to latest dependencies
bumping golang.org/x/term 743b270...04218fd: > 04218fd go.mod: update golang.org/x dependencies > 208db03 all: upgrade go directive to at least 1.23.0 [generated] bumping golang.org/x/tools 09747cd...6a5b66b: > 6a5b66b go.mod: update golang.org/x dependencies > 25a90be gopls/internal/golang: Implementations for func types > db6008c go/types/internal/play: show Cursor.Stack of selected node > ece9e9b gopls/doc/generate: add status in codelenses and inlayhints > 340f21a gopls: move gopls/doc/generate package > 0721940 gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq > 8d38122 gopls/internal/cache: reproduce and fix crash on if cond overflow > d81d6fc gopls/internal/util/asm: better assembly parsing > 455db21 gopls/internal/cache/parsego: fix OOB crash in fixInitStmt > 2b1f550 gopls/internal/analysis/gofix: allow literal array lengths > 0ffdb82 gopls/internal/analysis/gofix: add vet analyzer > 2839096 gopls/internal/analysis/gofix: generic aliases > 0efa5e5 gopls/internal/analysis/modernize: rangeint: non-integer untyped constants > d141499 cmd/toolstash: fix windows executable name handling > 5f02a3e gopls/internal/analysis/modernize: don't import slices within slices > b2aa62b internal/stdlib: provide API for import graph of std library > 608d370 internal/imports: use a more straightforward return value > 408d2e2 x/tools: remove workarounds for Go <1.23 > 66eb306 Revert "internal/settings: drop "annotations" setting" > ff03c59 gopls/internal/analysis/modernize: append -> bytes.Clone > 1cc80ad internal/event/export/ocagent: delete > 8f4b8cd gopls/internal/golang: add package symbols comment > 57b529a doc/release/v0.18.0.md: add -fix flag > 63229bc gopls/internal/analysis/gofix: register "alias" fact type > d740adf gopls/internal/settings: correct SemanticTokenTypes source > 779331a gopls/internal/test/integration/misc: only test asm on {arm,amd}64 > 5dc980c gopls/internal/test/integration/misc: fix "want" assembly > 6399d21 go/analysis/passes/reflectvaluecompare/cmd/reflectvaluecompare: add main.go > 7fed2a4 gopls/internal/analysis/modernize: fix bug in rangeint > 6f7906b x/tools: use ast.IsGenerated throughout > e890c1f gopls/internal/golang: Assembly: support package level var and init > 6d4af1e gopls/internal/golang: Assembly: update "Compiling" message > bf9e2a8 gopls/internal: test fixes for some imports bugs > 851c747 gopls/internal/golang: fix crash when hovering over implicit > 3e76cae internal/analysisinternal: ValidateFix: more specific errors > d2fcd36 go/analysis/passes/unreachable/testdata: relax test for CL 638395 > 2b2a44e gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion > 739a5af gopls/internal/test/marker: skip on the freebsd race builder > 274b237 gopls: add a -severity flag for gopls check > 5299dcb gopls/internal/settings: fix misleading error messages > 3d7c2e2 gopls/internal/golang: add missing json tags for hoverResult > 6e3d8bc gopls/internal/analysis/gofix: use 1.24 iterators > 1c52ccd gopls/internal/analysis/gofix: inline most aliases > 4e0c888 gopls/internal/hover: show alias rhs type declaration on hover > 7347766 gopls/internal/test: fix failures when running tests with GOTOOLCHAIN > f2beb33 gopls: temporarily reinstate the "Structured" hover kind > 23211ff gopls/internal/test/integration: better expectation failures > 8b85edc gopls/internal: use go1.24-isms > f95771e gopls/go.mod: update to go1.24 > 96bfb60 gopls/internal/analysis/modernize: fix minmax bug > 1f6c6d6 gopls/doc: adjust nvim-lspconfig link target > 33f1ed9 gopls/go.mod: update dependencies following the v0.18.0 release > 9f7a2b6 gopls/doc/features: tweak markdown > f0af81c gopls/internal/goasm: support Definition in Go *.s assembly > 300465c gopls/internal/analysis/modernize: fix rangeint bug > 8a39d47 gopls/internal/golang: Add "Eliminate dot import" code action. > 99337eb x/tools: modernize interface{} -> any > 107c5b2 gopls/internal/analysis/modernize: disable unsound maps.Clone fix > 0b693ed internal/astutil/cursor: FindPos: don't assume Files are in Pos order > cd01e86 gopls/internal/golang: make singleFileFixer like fixer > 4991e7d gopls/internal/golang: use pgf.Cursor in CodeAction fix > 877c1d1 gopls: address various staticcheck findings > 44abb0a go/types/internal/play: display type structure > 3c245da gopls: fix diagnostics integration test > e6754ce gopls/internal/cache/parsego: add File.Cursor, and use it > 776604a gopls/internal/analysis/modernize: sortslice: fix crash > df7baa0 gopls/internal/analysis/simplifyrange: more precise fix > ad5dd98 gopls: fix a few bugs related to the new modcache imports source > 4b3fdfd go/analysis/passes/printf: suppress diagnostic for Println("...%XX...") > fe883a8 gopls/internal/analysis/unusedvariable: refine bug.Report golang/go# 71812 > d115b34 gopls/internal/analysis: simplify type-error analyzers with Cursor > c18bffa all: delete redundant //go:debug gotypesalias=1 directives [generated] > 94db710 all: upgrade go directive to at least 1.23.0 [generated] > ead62e9 gopls/internal/analysis/modernize: handle parens > 32ffaa3 gopls/internal/analysis/gofix: one function per kind > 2880aae gopls/internal/protocol: Avoid omitempty for integer fields > 8807101 gopls/internal/analysis/gofix: one function per pass > c0dbb60 gopls: tweak release notes > 85a3833 internal/analysis/gofix: simple type aliases > 809cde4 gopls/internal/analysis/modernize: fix bug in minmax > ab04c19 gopls/internal/analysis/modernize: improve rangeint transformation > ddd4bde gopls/internal/golang: avoid PackageSymbols errors with missing packages > 44b61a1 x/tools: eliminate various unparen (et al) helpers > d0d86e4 x/tools: run gopls/internal/analysis/gofix/main.go -fix > 2f1b076 x/tools: add //go:fix inline > 86f13a9 gopls/internal/analysis/gofix: rename local > 5762944 gopls/internal/analysis/gofix: check package visibility > f9aad70 go/types/typeutil: avoid shifting uintptr by 32 on 32-bit archs > b5a64bb go/analysis/internal/checker: be silent with -fix > b752317 internal/analysisinternal: disable AddImport test without go command > d98774e cmd/signature-fuzzer/internal/fuzz-generator: update to math/rand/v2 > 2593262 gopls/internal/telemetry/cmd/stacks: remove leading \b match > b3c5d10 gopls: record telemetry counters for settings that are used > d2585c4 gopls/internal/golang: folding range: remove FoldingRangeInfo > 0d16805 internal/stdlib: update stdlib index for Go 1.24.0 > 027eab5 go/analysis/analysistest: RunWithSuggestedFix: 3-way merge > f61b225 internal/analysisinternal: AddImport puts new import in a group > 91bac86 internal/analysisinternal: add CanImport > 94c41d3 gopls/internal/golang: add comment about SymbolKind bumping knative.dev/pkg c925de2...a8e20d9: > a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154) > 7b91ff1 update .golangci.yaml to v2 (# 3167) > b9bfb45 Bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 3166) > 74af921 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (# 3163) > cc5f202 Bump golang.org/x/net from 0.37.0 to 0.38.0 (# 3162) > a900930 Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (# 3165) > c5a13b1 Update community files (# 3161) > 9f3e60a upgrade to latest dependencies (# 3160) > b7bbf4b Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (# 3157) > 097c752 Bump golang.org/x/tools from 0.30.0 to 0.31.0 (# 3155) > 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152) > 9e26561 Update community files (# 3151) bumping knative.dev/serving 582f453...3d830a0: > 3d830a0 autoscaler: ignore ScaleDownDelay if not reachable (# 15831) > 8ee578e upgrade to latest dependencies (# 15839) > a2b3da5 bump to golangci yaml v2 (# 15838) > 3c4cbd0 Update net-contour nightly (# 15837) > bc0feed Update net-istio nightly (# 15836) > bda3d20 Update net-gateway-api nightly (# 15835) > 12f49ee Update net-gateway-api nightly (# 15820) > ee9d356 Update community files (# 15821) > a4e99cd drop coverage check for cmd/schema-tweak (# 15827) > 3c3e59c Bump the github-actions group with 3 updates (# 15825) > 7605ccd Serving is on 0.32.x already, hence the replace for gengo is not needed (# 15819) > 67746d3 Update net-gateway-api nightly (# 15808) > ad65df0 upgrade to latest dependencies (# 15809) > a3be1ef fix repeat option (# 15813) > c09ff6c Update net-gateway-api nightly (# 15806) > 636392e Update net-kourier nightly (# 15804) > ee523c0 Update net-istio nightly (# 15805) > e067066 Update net-gateway-api nightly (# 15803) > f2aa6e3 Update net-kourier nightly (# 15796) > b06a773 Bump the github-actions group with 3 updates (# 15800) > 0210658 upgrade to latest dependencies (# 15793) > 87c07ee Update net-istio nightly (# 15789) > 09ec3f5 Update net-gateway-api nightly (# 15788) > 1124aff Update net-contour nightly (# 15787) > 99a8b20 Update net-istio nightly (# 15786) > 8d80bbe Update community files (# 15785) > 6da3d87 Update net-kourier nightly (# 15784) bumping google.golang.org/grpc 98a0092...cdbdb75: > cdbdb75 Change version to v1.71.1 (# 8206) > 3a93562 Cherry-pick # 8195 into v1.71.x (# 8202) > 208e03b Cherry-pick # 8164 # 8166 to v1.71.x (# 8182) > 8b7d2fe grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8181) > 9c81a91 resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179) (# 8184) > 8d46b21 grpc: Add endpoints in resolverWrapper.NewAddress (# 8149) (# 8151) > 4775bba Change version to 1.71.1-dev (# 8106) > d01db5c Change version to 1.71.0 (# 8105) > 012f8bf xds: Enable dualstack flag (# 8134) > bf0c885 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) (# 8115) > 05bdd66 ringhash: Remove TODO comment (# 8096) > ddb2484 xds: remove obsolete xDS transport custom dialer option (# 8079) > 8528f43 cleanup: replace Dial with NewClient (# 7975) > ae2a04f ringhash: Replace DNS resolver before sending xDS Update in test (# 8091) > e55819e lazy: Use channel to wait for resolver error being received in test (# 8088) > b524c08 xdsclient: include xds node ID in errors from the WatchResource API (# 8093) > 91eb6aa client: improve documentation of target strings (# 8078) > 59c84a9 rls: change lossy GetState() and WaitForStateChange() to use grpcsync.PubSub (# 8055) > a26ff2a ringhash: Sort endpoints to prevent unnecessary connection attempts (# 8086) > fabe274 ringhash: Delegate subchannel creation to pickfirst (# 8047) > 75c51bf interop: Introduce env var for xDS dualstack support and add xDS interop config (# 8081) > cf60e5a test: Remove fake petiole in health tests (# 8082) > 0003b4f weightedtarget: return erroring picker when no targets are configured (# 8070) > 4b5608f xdsclient: invoke connectivity failure callback only after all listed servers have failed (# 8075) > ad5cd32 cleanup: Remove test contexts without timeouts (# 8072) > e95a4b7 roundrobin: Delegate subchannel creation to pickfirst (# 7966) > cbb5c2f advancedtls: update CRL provider certificates (# 8073) > c80ea18 interop: Fix logging and totalIterations issues in soak_tests.go (# 8060) > e0d191d test/gracefulstop: use stubserver instead of testservice implementation (# 7907) > 9afb49d endpointsharding: cast EndpointMap values to *balancerWrapper instead of Balancer (# 8069) > 267a09b xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates (# 8038) > f227ba9 balancer: Move metrics recorder from BuildOptions to ClientConn (# 8027) > 3e27c17 balancer: Enforce embedding requirement for balancer.ClientConn (# 8026) > b963f4b deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (# 8067) > 79b6830 xds: resubmit xds client pool changes from # 7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (# 8050) > 947e2a4 internal/dns: update TestDNSResolver_ExponentialBackoff to not return error before last resolution attempt (# 8061) > ee3e8d9 test: modify tests to use stubserver instead of Testservice implementation (# 8022) > 990f5e0 endpointsharding, lazy: Remove intermediary gracefulswitch balancers (# 8052) > 7dbf12e xds: introduce generic xds clients common configs (# 8024) > c524b8b outlierdetection: Support ejection of endpoints (# 8045) > 1318104 Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)" (# 8058) > 39f0e5a vet: make revive check submodules for lint errors (# 8029) > e4a0dfd grpcsync : Remove OnceFunc (# 8049) > 78eebff stats/opentelemetry: Introduce Tracing API (# 7852) > 7e1c9b2 test: modify tests to use stubserver (# 7951) > 59411f2 xds: add xDS transport custom dial options support (# 7997) > 73e4470 cleanup: fix new vet errors (# 8044) > cc637f7 xds: log bootstrap config missing warning from env var only when debugging (# 8039) > 3409a56 cleanup: rename fields for clarity (# 8043) > b0e2ae9 endpointsharding: Allow children to remain idle if configured (# 8031) > 81e4aaf balancer/lazy: Add a lazy balancer (# 8032) > e03960d xds: Implement system root certs support (# 8013) > cf9e380 picker_wrapper: simplify picker error when timing out waiting for con… (# 8035) > 9d4fa67 transport_test: change testgrpc.Emtpy to testpb.Empty (# 8040) > 2fd426d transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (# 7881) > 66f6471 *: regenrate pbs (# 8034) > 35cec50 grpc: Fix encoded message size reported in error message (# 8033) > 2517a46 xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898) > 897818a interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 8025) > 8cf8fd1 grpc: fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (# 7918) > 67bee55 server: fix buffer release timing in processUnaryRPC (# 7998) > fe04c06 xds: remove unused code in testutils (# 8003) > be12ee9 deps: Update go.opentelemetry.io dependencies (# 8020) > eb7c484 Revert "interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)" (# 8019) > c26dd46 deps: bump github.com/golang/glog (# 8018) > c879198 cleanup: fix comments spacing (# 8015) > 89093a3 github: Run deps workflow against PR target branch and improve dir names (# 8010) > 9dc22c0 xdsclient: release lock before attempting to close underlying transport (# 8011) > eb1adde credentials: Add experimental credentials that don't enforce ALPN (# 7980) > 130c1d7 leastrequest: Delegate subchannel creation to pickfirst (# 7969) > 74ac821 endpointsharding: Export parsed pickfirst config instead of json string (# 8007) > f35fb34 authz: modify the tests to use stubserver instead of testservice implementations (# 7888) > aad8a12 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) > f9bc335 deps: update dependencies for all modules (# 7987) > 2d4daf3 protoc-gen-go-grpc: Update grpc-go and unskip test (# 7995) > 62b4867 clusterresolver: Avoid blocking for subsequent resolver updates in test (# 7937) > 9223fd6 deps: bump github.com/envoyproxy/go-control-plane to v0.13.4 (# 7974) > d118866 interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926) > 6f41085 Change version to 1.71.0-dev (# 7986) bumping knative.dev/eventing 9a7c6d5...6365d89: > 6365d89 Migrate golanglint-ci config to v2 (# 8557) > bbc9696 If no subscriber uri is present we return 404, instead of 400 (# 8551) > facf1df [Automated] Update eventing-eventing-integrations nightly (# 8550) > 9449b64 [Automated] Update eventing-eventing-integrations nightly (# 8546) > dd04655 [main] Update community files (# 8545) > e531d7d Adding little func that generated the invalid PEM data (# 8543) > 8027fd3 Remove unnecessary cert-manager generated code (# 8539) > a5858a5 Fix EventTransform with TLS Sink test (# 8537) > 897d1d1 [main] Upgrade to latest dependencies (# 8533) > 609a064 Prevent knative-nightly integrations image references from being released (# 8521) > 8ac630d Use more readable ENV_VAR names for Camel (# 8531) > 5daaa6c Allow setting finalizers for EventTransform reconciler (# 8534) > 433aa64 [Automated] Update eventing-eventing-integrations nightly (# 8530) > 4080fcf Try to bump to latest of CE Conformance (# 8532) > c022af7 Fixing the way we render custom camel tags on go structs (# 8528) > da4377a Propagate Cert-Manager Certificate status to the one from the IntegrationSink (# 8527) > 1fd0d89 [main] Upgrade to latest dependencies (# 8523) > d6cc879 Skip EventTransform TLS tests when Istio is enabled (# 8525) > 4fd274a Bump cert manager and use their clientset (# 8520) > 6ffe7c1 Improve CM Cert reconcile and deletion if feature is turned off (# 8519) > ebd149e Add dynamic cert-manager certificates informer (# 8517) > 7be5c19 Event Transform JSONata TLS (# 8515) > ec8a208 [Automated] Update eventing-eventing-integrations nightly (# 8516) > eb3dd80 Enable Cert Manager (# 8509) > 615a071 Allow storage-version-migration job to successfully run when optional CRDs are not installed (inmemorychannels, etc) (# 8510) > fe83e25 EventTransform: add reconciler unit tests (# 8513) > 1e889be SinkBinding: Set specific conditions for reconciler steps (# 8508) > 6073039 [main] Upgrade to latest dependencies (# 8512) > 3153b47 EventTransform: Inject tracing configurations (# 8479) > db0cf43 Update to the correct file (# 8507) > adaafa2 [Automated] Update eventing-eventing-integrations nightly (# 8506) > 714deeb Update k8s version in e2e tests (# 8503) > 54a2402 Fix golangci exclude config (# 8502) > 80dd84e Guard reserved access with lock and create vpods in tests (# 8457) > 5bcee30 Inject integration images from ConfigMap (# 8500) > ae049c8 Jsonata Event transform e2e tests (# 8499) > c828898 Generic code for Certificates (# 8489) > 351898d fix: verify trigger is not ready before pingsource dependency exists (# 8494) > c651616 Add initial iteration of eventing-integration resources (# 8493) > 51637df IntegrationSink prefactors (# 8486) > c429fc5 Remove unused code (# 8485) > 732ec62 Partial implementation of certmanager for integration sink (# 8481) > 5998cfe [main] Update community files (# 8480) bumping knative.dev/hack ce4c934...c577ed9: > c577ed9 Update community files (# 421) > 8f599b7 Skip whitespace changes in codegen (# 420) > 742e1e5 Deprecate knative.dev/hack/schema (# 418) > 306ce74 Update community files (# 414) bumping golang.org/x/mod 52289f1...dc121ce: > dc121ce all: upgrade go directive to at least 1.23.0 [generated] bumping google.golang.org/protobuf f09e239...3f79c52: > 3f79c52 all: release v1.36.6 > a5da9b2 gha-ci: instruct bazelisk to use Bazel 7.x > 9f3ed37 internal_gengo: generate a const string literal for the raw descriptor > 4247b1b proto: Add CloneOf[M Message](m M) M > f7fcf5b types/descriptorpb: regenerate using latest protobuf v30 release > 9c8c2dd all: set Go language version to Go 1.22 > 1719d63 all: start v1.36.5-devel bumping golang.org/x/net df97a48...e1fcd82: > e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content > ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest > 1f1fa29 publicsuffix: regenerate table > 1215081 http2: improve error when server sends HTTP/1 > 312450e html: ensure <search> tag closes <p> and update tests > 09731f9 http2: improve handling of lost PING in Server > 55989e2 http2/h2c: use ResponseController for hijacking connections > 2914f46 websocket: re-recommend gorilla/websocket > 99b3ae0 go.mod: update golang.org/x dependencies > 85d1d54 go.mod: update golang.org/x dependencies > cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts > fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix > 459513d internal/http3: move more common stream processing to genericConn > aad0180 http2: fix flakiness from t.Log when GOOS=js > b73e574 http2: don't log expected errors from writing invalid trailers > 5f45c77 internal/http3: make read-data tests usable for server handlers > 43c2540 http2, internal/httpcommon: reject userinfo in :authority > 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3 > 0d7dc54 quic: add Conn.ConnectionState > b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup > 163d836 internal/http3: add Server > 447f458 context: delete lone example > 918d64e context: delete dead code, sync docs with upstream context package > 5095d0c all: upgrade go directive to at least 1.23.0 [generated] > 8844327 internal/httpcommon: don't depend on net/http > cd9d661 route: fix RTM_GET netmask parsing on Darwin bumping golang.org/x/sys 863b3c4...74cfc93: > 74cfc93 all: upgrade go directive to at least 1.23.0 [generated] bumping github.com/google/go-cmp c3ad843...9b12f36: > 9b12f36 Detect proto.Message types when failing to export a field (# 370) > 4dd3d63 fix: type 'aribica' => 'arabica' (# 368) > 391980c Support compare functions with SortSlices and SortMaps (# 367) bumping golang.org/x/text 3b64043...566b44f: > 566b44f go.mod: update golang.org/x dependencies > d5156da collate/build: do not use println in tests > 221d88c x/text: fix scientific notation by removing extraneous spaces > b18c107 internal/export/unicode: change C comment to mention unassigned code points > 835f8ac language: use a more straightforward return value > ae68efb internal/export/unicode: add CategoryAliases, Cn, and LC > 518d9c0 all: upgrade go directive to at least 1.23.0 [generated] bumping golang.org/x/sync fe3591b...396f3a0: > 396f3a0 errgroup: document calling Go before Wait > b637f27 errgroup: drop support for Go versions before 1.20 > 960bf1f all: upgrade go directive to at least 1.23.0 [generated] bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60: > ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64 > 4c723fc fix: handle lossy int64 bumping knative.dev/networking 2cde432...f1b08e6: > f1b08e6 upgrade to latest dependencies (# 1054) > 0d887a8 bump to golangci yaml v2 (# 1057) > a46e5f4 bump to golangci yaml v2 (# 1056) > 5ce28a2 Update community files (# 1055) > ad8767c upgrade to latest dependencies (# 1052) > 3be8292 upgrade to latest dependencies (# 1050) > 863b7af fix linter config (# 1049) > 1aaade7 upgrade to latest dependencies (# 1047) > d23278a Update community files (# 1048) Signed-off-by: Knative Automation <automation@knative.team>
1 parent 80472e3 commit 35f858c

File tree

5 files changed

+224
-135
lines changed

5 files changed

+224
-135
lines changed

go.mod

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ require (
99
k8s.io/apimachinery v0.32.2
1010
k8s.io/code-generator v0.32.2
1111
knative.dev/client/pkg v0.0.0-00010101000000-000000000000
12-
knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
13-
knative.dev/networking v0.0.0-20250217154350-2cde4327c6c8
14-
knative.dev/pkg v0.0.0-20250218011850-c925de2a3f07
15-
knative.dev/serving v0.44.1-0.20250218114651-582f4539db64
12+
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775
13+
knative.dev/networking v0.0.0-20250411212114-f1b08e6cfc7f
14+
knative.dev/pkg v0.0.0-20250411133814-a8e20d9db3aa
15+
knative.dev/serving v0.44.1-0.20250413223115-3d830a0420c2
1616
sigs.k8s.io/yaml v1.4.0
1717
)
1818

@@ -27,6 +27,7 @@ require (
2727
github.com/beorn7/perks v1.0.1 // indirect
2828
github.com/blendle/zapdriver v1.3.1 // indirect
2929
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
30+
github.com/cert-manager/cert-manager v1.16.3 // indirect
3031
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3132
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
3233
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
@@ -49,7 +50,7 @@ require (
4950
github.com/golang/protobuf v1.5.4 // indirect
5051
github.com/google/btree v1.1.2 // indirect
5152
github.com/google/gnostic-models v0.6.9 // indirect
52-
github.com/google/go-cmp v0.6.0 // indirect
53+
github.com/google/go-cmp v0.7.0 // indirect
5354
github.com/google/go-containerregistry v0.20.3 // indirect
5455
github.com/google/gofuzz v1.2.0 // indirect
5556
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -100,21 +101,21 @@ require (
100101
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
101102
go.uber.org/multierr v1.11.0 // indirect
102103
go.uber.org/zap v1.27.0 // indirect
103-
golang.org/x/mod v0.23.0 // indirect
104-
golang.org/x/net v0.35.0 // indirect
104+
golang.org/x/mod v0.24.0 // indirect
105+
golang.org/x/net v0.38.0 // indirect
105106
golang.org/x/oauth2 v0.26.0 // indirect
106-
golang.org/x/sync v0.11.0 // indirect
107-
golang.org/x/sys v0.30.0 // indirect
108-
golang.org/x/term v0.29.0 // indirect
109-
golang.org/x/text v0.22.0 // indirect
107+
golang.org/x/sync v0.13.0 // indirect
108+
golang.org/x/sys v0.31.0 // indirect
109+
golang.org/x/term v0.30.0 // indirect
110+
golang.org/x/text v0.23.0 // indirect
110111
golang.org/x/time v0.10.0 // indirect
111-
golang.org/x/tools v0.30.0 // indirect
112-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
112+
golang.org/x/tools v0.31.0 // indirect
113+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
113114
google.golang.org/api v0.198.0 // indirect
114115
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
115116
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
116-
google.golang.org/grpc v1.70.0 // indirect
117-
google.golang.org/protobuf v1.36.5 // indirect
117+
google.golang.org/grpc v1.71.1 // indirect
118+
google.golang.org/protobuf v1.36.6 // indirect
118119
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
119120
gopkg.in/inf.v0 v0.9.1 // indirect
120121
gopkg.in/ini.v1 v1.67.0 // indirect
@@ -128,7 +129,8 @@ require (
128129
k8s.io/klog/v2 v2.130.1 // indirect
129130
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
130131
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
131-
knative.dev/eventing v0.44.1-0.20250218063550-9a7c6d5633c5 // indirect
132+
knative.dev/eventing v0.44.1-0.20250411200914-6365d8957fdf // indirect
133+
sigs.k8s.io/gateway-api v1.1.0 // indirect
132134
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
133135
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
134136
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)