Skip to content

Commit

Permalink
upgrade to latest dependencies (#695)
Browse files Browse the repository at this point in the history
bumping google.golang.org/grpc aff571c...5b509df:
  > 5b509df Change version to 1.47.0 (# 5377)
  > ed75225 Don't call cmp in non testing file (# 5370)
  > 081c688 client: fix hctx leakage in addrConn.createTransport (# 5337)
  > 30b9d59 client/SubConn: do not recreate addrConn if UpdateAddresses is called with the same addresses (# 5373)
  > 459729d xds/priority: avoid sending duplicate updates to children (# 5374)
  > 9f4b31a Added HTTP status and grpc status to POST check (# 5364)
  > 333a441 xds/ringhash: update connectivity state aggregation, and make sure at least one SubConn is connecting in TF (# 5338)
  > e23132c Added support for metadata matcher invert (# 5345)
  > d9b952b xds/resolver: use correct resource name in log message (# 5357)
  > db79903 xds/priority: start the init timer when a child switch to Connecting from non-transient-failure state (# 5334)
  > 462d867 xds: Add Outlier Detection configuration and CDS handling  (# 5299)
  > 5c46f1a xdsclient/csds: fix leaked metadata (# 5339)
  > ee67b3d xds: Handle loops and ignore duplicates in aggregated cluster handling (# 5317)
  > 799605c client: fix potential panic during RPC retries (# 5323)
  > 78b13f2 xds/client: hold authority mutex before making a new authority (# 5331)
  > de73b2b examples: improve error messages (# 5329)
  > dc86d5d internal/proto: update generated code (# 5332)
  > 7567a5d documentation: fix typo in RegisterCodec godoc (# 5306)
  > 3bf6719 test/interop: register RLS to the interop test client (# 5272)
  > 8d68434 gcp/observability: correctly test this module in presubmit tests (# 5300)
  > ebd0983 xds/eds: reject EDS resources with multiple instances of the same locality in the same priority (# 5303)
  > 9711b14 server: clarify documentation around setting and sending headers and ServerStream errors (# 5302)
  > 924e484 server: return better status for context err when writing header (# 5292)
  > 5682cc6 Change version to 1.47.0-dev (# 5298)
  > 4467a29 gcp/observability: implement logging via binarylog (# 5196)
  > 18fdf54 cmd/protoc-gen-go-grpc: allow hooks to modify client structs and service handlers (# 5240)
  > 337b815 interop: build client without timeout; add logs to help debug failures (# 5294)
  > e583b19 xds: Add RLS in xDS e2e test (# 5281)
  > 0066bf6 grpc: perform graceful switching of LB policies in the `ClientConn` by default (# 5285)
  > 3cccf6a xdsclient: always backoff between new streams even after successful stream (# 5280)
  > 4e78093 xds: ignore routes with unsupported cluster specifiers (# 5269)
  > 99aae34 cluster manager: Add Graceful Switch functionality to Cluster Manager (# 5265)
  > 42cadc1 test: cleanup balancer switching tests (# 5271)
  > b6873c0 grpc: move to `TransientFailure` in `pick_first` LB policy when all addresses are removed (# 5274)
  > 474948a github: run all testing jobs to completion even if one fails (# 5282)
  > c57d2b1 clientconn: fix target parsing tests to be tolerant to new url.URL field OmitHost (# 5279)
  > 562e12f test: use channelz instead of stats handler to determine RPC count (# 5275)
  > e63e123 advancedtls: remove the usage of CDP in CRL enforcement (# 5218)
  > 3a74cd5 balancergroup: Add trigger point to gracefully switch a child (# 5251)
  > 34660d1 test: use `t.Fatal` instead of `panic` for service config parsing errors (# 5266)
  > 96bdede pickfirst: cleanup tests (# 5263)
  > e49486d test: add a test for clientConn close with pending RPC (# 5264)
  > 2fccb82 metadata: copy slices in FromContext() functions (# 5267)
  > 9d08896 github: update to test with Go 1.18 (# 5262)
  > 597e5d1 don't apply defaultSC upon receipt of invalid service config (# 5257)
  > 51ddcba xds: suppress redundant updates only when we are SERVING (# 5258)
  > 4635bf2 make the RLS LB policy name available in the internal package (# 5259)
  > 50d0d0a server: set TCP_USER_TIMEOUT socket option for linux (# 5219)
  > 7840bd6 grpc: add a comment explaining why updateClientConnState is handled inline (# 5261)
  > 7ea4af9 internal/googlecloud: refactor OS-dependent code (# 5239)
  > 1ffd63d binarylog: generalize binarylog's MethodLogger preparing for new observability features (# 5244)
  > 63bdcbc xds/interop: add xds_k8s_lb test suite (# 5250)
  > 89f3195 interop/client: simplify fallback test client and parameterize fallback deadline (# 5248)
  > 8078d1d balancergroup: Switched subBalancerWrapper to wrap a gracefulswitch.Balancer (# 5245)
  > 6131e9d examples: regenerate certs to use SHA256 signing algorithm (# 5256)
  > f95b001 xds: avoid log spam during server mode switches (better A36 compliance) (# 5215)
  > 97c3143 xds/client: accept resources wrapped in discoverypb.Resource message (# 5242)
  > 6c3ccbe grpc: remove remaining usages of grpc.WithInsecure() (# 5246)
  > fbe4ccb xds/client: include Node ID in error messages from the XdsClient (# 5223)
  > c4cabf7 grpc: handle invalid service configs by applying the default if available (# 5238)
  > 94ee386 test: cleanup roundrobin tests to use stubserver (# 5236)
  > 23cc28f security/authorization: upgrade cel-v0.10.1 and fix breaking API change. (# 5243)
  > 84793b5 xds/client: reset backoff when a message is received, even when the message is invalid (# 5241)
  > 722367c proto: regenerate proto to pick up latest (# 5237)
  > eead9a8 grpc: delete deprecated API WithBalancerName() (# 5232)
  > cf6d4d5 grpc: document ClientConn fields (# 5227)
  > 431ea80 internal/balancer: Add graceful switch LB policy (# 5207)
  > 63af974 internal: update service config proto (# 5222)
  > 87b0a8d test: use real grpc.Server in call tests (# 5213)
  > 6b15b13 channelz: replace deprecated timestamp API with recommended ones (# 5212)
  > 6f314bd reflection: add comments on protos (# 5209)
  > 328efcc example: add mutual TLS example (# 5194)
  > e601f1a fix: does not validate metadata keys and values (# 4886)
  > a73725f channelz: include channelz identifier in logs (# 5192)
  > 02f384d xds: rename rls proto import (# 5205)
  > fd1f988 Change version to 1.46.0-dev (# 5204)
  > 011544f authz: add additional logs to sdk authz (# 5094)
  > 18564ff reflection: improve server implementation (# 5197)
  > ec717ca xds: minor cleanup in xdsclient bootstrap code (# 5195)
  > ebc30b8 reflection: use protobuf/reflect instead of go reflection, fix dynamic messages (# 5180)
  > 46009ac transport: Add an Unwrap method to ConnectionError (# 5148)
  > 75fd024 remove sdk term from grpc authz (# 5191)
  > a354b1e channelz: rename NewChannelzStorage to NewChannelzStorageForTesting (# 5190)
  > 0e05549 Format directory/file references (# 5184)
  > c44f627 cleanup: replace grpc.WithInsecure with insecure.NewCredentials (# 5177)
  > 9196715 xds/priority: log warnings instead of errors (# 5185)
  > 1a63309 xds: Add support for Outlier Detection configuration in xdsclient (# 5183)
  > 2af7b5e xds/interop: update RPC timeout in blackhole after fallback case (# 5174)
  > f664adf benchmark: update client to include xds library (# 5169)
  > c7f7d3a xds/bootstrap: add plugin system for credentials specified in bootstrap file (# 5136)
  > 2209ed9 cmd/protoc-gen-go-grpc: add hooks to allow overriding generated code (# 5056)
  > f68fb05 leakcheck: ignore http read/write goroutine (# 5182)
  > 9807908 rls: support `routeLookupChannelServiceConfig` field (# 5176)
  > 593ff8d rls: service field in RLS request must not contain slashes (# 5168)
  > e2fc510 internal/proto: update generated code (# 5172)
  > 3b70fe0 xds: fix broken test "unknown field EnableLRS in struct" (# 5170)
  > d31dbe7 xds/resource: accept Self as LDS's RDS config source and CDS's EDS config source (# 5152)
  > 0a68f8a xds/federation: support federation in LRS (# 5128)
  > 61a6a06 server: handle context errors returned by service handler (# 5156)
  > e277174 xds/bootstrap: escape authority when populating resource name template (# 5160)
  > 231ca3b security/advancedtls: fix CRL issuer comparison (# 5130)
  > 449f1b2 grpclb: rename LB policy config field to `serviceName` (# 5166)
  > 546e6ae proto: incorporate recent service config proto definition changes (# 5167)
  > 5b37682 Let helloworld example listen to all hosts (# 5089)
  > 9cb4113 xdsclient: make Close() idempotent (# 5149)
  > 6f54b5d recommend the use `go test` commands instead of `make test` (# 5151)
  > fa62572 rls: make the data cache purge ticker a field in rlsBalancer (# 5154)
  > f93e8e6 rls: return status error from server interceptor in test (# 5153)
  > 61a352e rls: move RLS LB policy implementation out of internal (# 5143)
  > 475c62a testing: fix potential problems in testFlowControlAccountCheck (# 5105)
  > 5350e74 xds/controller: fix test nil panic on stream errors (# 5144)
  > eb6ff1a xds: update RPC timeout in blackhole case (# 5126)
  > aad573d rls: LB policy implementation (# 4992)
  > a002994 internal/proto: update generated code (# 5125)
  > c119828 xdsclient: allow overriding grpc.Dial function for the xDS controller. (# 5108)
  > f231ac5 wrr:  improve randomWRR performance (# 5067)
  > 0145b50 use insecure.NewCredentials() instead of grpc.WithInsecure (# 5087)
  > b49c0c9 xds/clusterresolver: set ClusterName for DNS child (# 5119)
  > 9353ae3 credentials/google: stub out the oauth package in test (# 5118)
  > 13c41bc Change version to 1.45.0-dev (# 5122)
  > 77b478d xds/federation: e2e tests (# 5103)
  > 907a202 attributes: document that some value types (e.g. `map`s) must implement Equal (# 5109)
  > 2fb1ac8 test: fix potential goroutine leak in TestUpdateAddresses_RetryFromFirstAddr (# 5023)
  > afded72 xds/federation: update xdsclient to support multi authority (# 5042)
  > b069440 credentials/google: use grpctest.Tester for tests in this package (# 5098)
  > fbaf7c5 authz: update representation of allow authenticated in SDK (# 5052)
  > 344b93a testdata: use SHA256 as signing algorithm in testdata certs (# 5074)
  > 4d58dd9 dialoptions.go: Fix WithBlock godoc (# 5073)
  > 78df8ec test/kokoro: Use xds-test-server-5 as the GCE interop server (# 5071)
  > db9fdf7 insecure: remove experimental notice (# 5069)
  > b3d19ef rls: move the data cache implementation into the rls package (# 5060)
  > ec7cf6c grpclb: fix possible nil before conversion in TestDropRequest (# 5022)
  > 8ae11f4 grpc: minor improvement on WithInsecure() document (# 5068)
  > 7506755 internal/resolver: fix possible goroutine leak in TestSafeConfigSelector (# 5058)
  > 956c594 rls: minor config processing changes (# 5061)
  > c285fc7 cmd/protoc-gen-go-grpc: update version for release (# 5070)
  > 51835dc xds: Remove WithBlock option from the fallback test client (# 5066)
  > ce152f2 xds: Add xds dependency to the fallback test client (# 5062)
  > 029b822 xds: Add RLS Cluster Specifier Plugin (# 5004)
  > 50f8270 rls: control channel implementation (# 5046)
  > 7c8a932 testing: fix goroutine leak in TestClientUpdatesParamsAfterGoAway (# 5024)
  > a32d277 xds/client: send connection errors to all watchers (# 5054)
  > c18e2a2 cmd/protoc-gen-go-grpc: update google.golang.org/protobuf to v1.27.1 (# 5053)
  > 5d90b32 authz: fix regex expression match (# 5035)
  > fd4e3bd xds: Added env var for RLS in xDS (# 5050)
  > bd70769 test: cleanup roundrobin_test (# 5005)
  > d35aff3 xds/federation: resource name parsing (# 4991)
  > 62f73ec xds/client: move xdsclient.New tests to controller.New (# 5037)
  > 40916aa transport: better error message when per-RPC creds fail (# 5033)
  > 1ec7a89 xds/client: send NewStream errors to the watchers (# 5032)
  > ccc060c grpclog.DepthLoggerV2: Correct comment: formats like fmt.Println (# 5038)
  > a722e6a xds/c2p: replace C2P resolver env var with experimental scheme suffix (# 5044)
  > f5dc086 internal/balancergroup: eliminate race in exitIdle (# 5012)
  > ac4edd2 Change version to 1.44.0-dev (# 5041)
  > 3786ae1 xds/resolver: Add support for cluster specifier plugins (# 4987)
  > 512e894 rls: support extra_keys and constant_keys (# 4995)
  > f3bbd12 xds/bootstrap_config: add a string function to server config (# 5031)
  > 46935b9 fix possible nil before casting (# 5017)
  > c2bccd0 xds/kokoro: install go 1.17, and retry go build (# 5015)
  > 872a6f1 xds/c2p: fix default client resource template, and xds-client target scheme (# 5010)
  > 58beff1 balancergroup: add method to exitIdle a sub-balancer (# 4994)
  > 6f8796b rls: double import rls protos (# 5003)
  > d542bfc status: support wrapped errors in FromContextError (# 4977)
  > f45e617 rls: move pb.gos to grpc/internal/proto/grpc_lookup_v1 (# 4993)
  > 295d7e6 internal: move leakcheck to t.Cleanup (# 4989)
  > 23becb7 examples: Fix server port in route_guide example to work with client (# 4975)
  > bdf8336 xds/client: cleanup Dump to remove unnecessary version field (# 4978)
  > b2317c7 test/kokoro: rename xds_k8s to psm-security as part of tech-debt cleanup and name clarity (# 4979)
  > cf8b64e internal: add log when service config is disabled (# 4973)
  > 6e79bc8 xdsclient: add Cluster Specifier Name to Route (# 4972)
  > 82d8af8 balancer: add Authority field to balancer.BuildOptions (# 4969)
  > ea068ed rpc_util: Change error message to indicate size after decompression (# 4918)
  > d61c7ae internal: merge xds/envconfig into env package (# 4923)
  > 6a896a3 pickfirst: check b.sc before calling Connect (# 4971)
  > 52d9416 xds/client: move transport_helper from xdsclient to a separate struct (# 4968)
  > 6603e73 xds: Added validation and construction of RBAC matcher engine to ParseConfig (# 4964)
  > d57363a xds: Add Cluster Specifier Plugin to xdsclient (# 4967)
  > dd76741 grpc: implement WithInsecure() using the insecure package (# 4718)
  > c25a52b config: remove retry disable via environment variable (# 4922)
  > 714ba8d xds: move balancergroup and weightedtarget our of xds directory (# 4966)
  > 14ebd91 lint: fix some unused parameter issues (# 4956)
  > 59e024e xds/client: move watchers from xdsclient to a separate struct (# 4963)
  > bac0a7e transport: pass handshake info with attributes to custom dialers (# 4938)
  > 82c2825 xds/federation: support new bootstrap fields and protect them by an env var (# 4936)
  > c53203c xds/federation: support populating resource template in xds-resolver (# 4900)
  > 79e9c95 xds/client: move unmarshal functions and types to a separate package (# 4904)
  > 3fa1988 internal: update pb.go (# 4962)
  > 878cea2 kokoro: Enable xds authz_test (# 4954)
  > 5841c8c xds/balancergroup: remove xds dependency from balancergroup (# 4955)
  > 3b94303 grpc: stabilize WithConnectParams DialOption (# 4915)
  > c105005 xds: NACK missing route specifier server side (# 4925)
  > 670c133 transport/http2_server : Move up streamID validation in operate headers (# 4873)
  > 29deb6b xds/bootstrap: refactor to support top level and per-authority server config (# 4892)
  > 1163cfa xds: move LocalTCPListener to internal/testutils (# 4920)
  > 467630f examples: remove usage of WithBlock in examples (# 4858)
  > 6d465fe grpclb: move restartableListener to testutils (# 4919)
  > d6aca73 Change version to 1.43.0-dev (# 4912)
  > bb655a9 internal: update rls.pb.go (# 4913)
bumping k8s.io/apiextensions-apiserver b993e22...ebdae04:
  > ebdae04 Update dependencies to v0.25.2 tag
  > a290ab4 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > d8d88ce Merge pull request # 112107 from DangerOnTheRanger/automated-cherry-pick-of-# 111964-upstream-release-1.25
  > 34ce90c dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 063c82b Add unit tests.
  > 6d0af3c Run pin-dependency.sh and update-vendor.sh.
  > 850356a Update go.mod to go1.19
  > 1994fc0 Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > e2f1a8a run lint-dependencies and follow directions
  > 79e4ee6 Stop panic in govet-levee CI job
  > a9d332a Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > 0bec600 update kube-openapi
  > 914f1d7 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606)
  > d25d03c Merge pull request # 111557 from alexzielenski/update-smd-422
  > 8f03975 Merge pull request # 105126 from sallyom/tracing-kubelet
  > 11291a4 update smd to 4.2.3
  > a34b99b kubelet tracing: update vendor
  > 5fd535d kubelet tracing
  > c66b2d1 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64ed
  > 58b8011 Update `k8s.io/utils` to `ee6ede2d64ed`
  > 49cedce Merge pull request # 111446 from alexzielenski/trivial-x-preserve-unknown-fields-correction
  > 5f4930e Merge pull request # 111519 from jpbetz/skip-cel-validation
  > 3889972 correct OpenAPI extension in error message
  > 85460a1 Merge pull request # 111483 from jpbetz/fix-missing-root-object-type
  > 6158148 Skip CEL expression validation if OpenAPIv3 schema is invalid
  > de80fce Skip schemas that are non-structural in NewValidator
  > 7846e04 Merge pull request # 111451 from DangerOnTheRanger/cel-use-case-tests
  > 5ac5089 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f5e
  > 560e664 Add examples of matchExpressions validations.
  > b317854 Update `k8s.io/utils` to `9bab9ef40391`
  > 5f2cc68 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > d8abaab Generate and format files
  > 02604ce Merge pull request # 108108 from thaJeztah/switch_golang_protobuf_extensions
  > fec6a8f downgrade github.com/matttproud/golang_protobuf_extensions to v1.0.1
  > a6bd8bf Merge pull request # 111156 from DangerOnTheRanger/cel-traversal-optimization
  > b655fba Replace estimateMinSizeJSON with DeclType.MinSerializedSize.
  > 758d6d5 Merge pull request # 110135 from jpbetz/efficient-crd-cel-validation
  > dbdebf1 Reuse structural schema and cel decls during CRD validation
  > 0bdac0d Merge pull request # 111071 from cici37/updateCEL
  > d0f6952 Merge pull request # 111242 from wojtek-t/fix_leaking_goroutines_11
  > d562a8a Sort out dep order
  > 7c89666 Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > 60ed3b4 Clean shutdown of apiserver integration tests
  > b19f020 Switch to use cel.TypeToExprType(celType) to generate the exprType.
  > 684f2a7 Merge pull request # 109639 from Abirdcfly/fixduplicateimport
  > fce3486 update kjson
  > 224fabd Turn on DefaultUTCTimeZone for cel-go.
  > 1c3183a Merge pull request # 111035 from jiahuif-forks/feature/matrics/cel
  > 896ce20 cleanup: remove duplicate import
  > e60fcc5 Add server-side metadata unknown field validation
  > adca902 Enable the empty list sum support.
  > 9bd3fbc Merge pull request # 111008 from cici37/bumpCEL
  > 40ff5d6 metrics for CEL compilation and evaluation.
  > ea6670e Pick up dispatcher refactor changes from cel-go
  > 62e4d5d Adding comment for maxValidDepth check.
  > 33c72d2 Bump cel-go to v0.12.4
  > 9f63533 Bump cel-go to v0.12.3
  > ce744a8 Add test for CEL maxRecurionDepth check.
  > 8b5da6a Bump cel-go to v0.12.1
  > 0735877 Bump cel-go to v0.12.0
  > 8789ab0 Merge pull request # 109111 from chendave/ginkgo_upstream
  > 3203d57 update ginkgo from v1 to v2 and gomega to 1.19.0
  > f3e37dc Merge pull request # 111001 from pohly/klog-update
  > 8a94cf1 build: update to klog v2.70.1
  > a394eda Merge pull request # 110831 from chendave/openapi
  > 020df44 Merge pull request # 110548 from benluddy/cel-unstructuredtoval-benchmark-fixture
  > 7a0dda7 Bump `kube-openapi` to the latest
  > 92942df Merge pull request # 110549 from benluddy/skip-unused-oldself-activation-work
  > ff05b62 Do test fixture setup outside cel.UnstructuredToVal benchmark loop.
  > 25b2ab4 Merge pull request # 110788 from 21kyu/change_reflect_ptr
  > a5932b2 Only provide an oldSelf binding when referenced by a CEL rule.
  > 17752d1 Change reflect.Ptr to reflect.Pointer
  > 442c886 Merge pull request # 109510 from sugangli/pinhole-fw
  > 3583982 Merge pull request # 110731 from jkh52/update-netproxy
  > 3c6fc8b update kube-controller-manager dependencies
  > 3963fc7 Bump konnectivity-client to 0.0.32
  > addd726 Merge pull request # 110724 from pohly/klog-update
  > 387f93d build: update to klog v2.70.0
  > 27cab03 Merge pull request # 110378 from lucacome/bump-grpc
  > 356b8d7 Merge pull request # 110519 from dims/update-etcd-packages-to-v3.5.4
  > c1fc8de Bump grpc to v1.47.0
  > c1ee610 Merge pull request # 110179 from Jefftree/fix_openapi_v2
  > e5b7b82 update etcd packages to v3.5.4
  > d877aaa Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > 87c2a6e Prune defaults for CRD serving
  > e16b199 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 8aaaf68 Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > 546aafe Update gopkg.in/yaml.v3 to v3.0.1
  > bd811e0 Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > 83fedf3 Switch to v3 of github.com/emicklei/go-restful
  > 0b237d1 Merge pull request # 109552 from cyclinder/fix_CVE-2022-27191
  > 6af94f0 Merge pull request # 109228 from pacoxu/cleanup-ut
  > a8129d5 ix CVE-2022-27191: Bump golang.org/x/crypto to v0.0.0-20220315160706
  > 916bb0f Merge pull request # 110131 from stevekuznetsov/skuznets/stop-copying-metadata
  > 37a5c7c prevent the unit test name too long in report
  > 6ca81eb Merge pull request # 110130 from stevekuznetsov/skuznets/clean-up-crd-storage
  > dd95027 customresource: stop shallow-copying metadata
  > 774eebb Merge pull request # 109835 from cici37/celUpdate
  > 9215e7c customresouce: clean up the storage constructor
  > a47945a Merge pull request # 110061 from wojtek-t/shutdown_apiextensions
  > 8174e5f Initialize a base CEL env and share it to avoid repeated function declaration validation
  > eb1841e Merge pull request # 109880 from Jefftree/patch-4
  > 1b8c30d Cleanup CRD storage on shutdown
  > 1ec2449 Merge pull request # 109978 from wojtek-t/remove_storage_tracking
  > 2046a29 Remove warning log for merging meta and scale type
  > 21a45c1 Merge pull request # 108011 from cici37/benchmark
  > 94148b5 Cleanup no-longer used storage cleanup method
  > fe87b2a Merge pull request # 109891 from pohly/log-dependency-update
  > 97b5e54 benchmark unstructuredToVal
  > 057887d Merge pull request # 109602 from lavalamp/remove-clustername
  > 08a2064 dependencies: logr and zapr v1.2.3
  > 9b3dd0c generated files
  > 42c5701 Merge pull request # 109804 from cici37/celUpdate
  > 4b7a318 Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > fc318e0 Update GRPC
  > 42e3d58 Update genproto and antlr.
  > 637f1a6 Bump cel-go to v0.11.2
  > 0b2f79f Merge pull request # 109440 from liggitt/gomod-1.18
  > 47b3e71 Merge pull request # 109268 from liggitt/pruning-metadata
  > dd13fbf Regenerate vendor
  > 86df472 Merge pull request # 109303 from wojtek-t/clean_storage_shutdown
  > b4a77b2 Fix bug treating metadata fields as unknown fields
  > d779722 Implement Destroy() method for all registries
  > 3a045b9 Expand unit tests of pruning of unknown fields in metadata
  > 24b17b0 Merge pull request # 109242 from cici37/addTest
bumping sigs.k8s.io/structured-merge-diff/v4 65611e5...26781d0:
  > 26781d0 Merge pull request # 224 from apelisse/revert-backwards-incompatible-changes
  > 4ad28cc Merge pull request # 223 from apelisse/v5
  > 4d3633c Remove all copies of Schema and Map
  > ebd569f Merge pull request # 220 from alexzielenski/fieldannotation
  > 1754a8d Create package v5 for backward incompatible change
  > b4e893e Revert "use pointer semantics for schema"
  > 5e8be97 Merge pull request # 222 from alexzielenski/fix-exponential-bug
  > c779eba fix gofmt
  > a70144b Revert "Create package v5 for backward incompatible change"
  > 8f72076 Merge pull request # 221 from apelisse/improve-operations-parsing
  > 478fc28 fix nil schema type not being deduced to whatever the other operand is
  > 50567d1 update gofmt
  > e3fbe42 Merge pull request # 204 from zqzten/retry_add_back_owned
  > 11d9bfa Change operation test dependency on parseableType rather than typename
  > 0f66c33 Add exponential test failure for large CR
  > 15f722a add benchmark excercising field-level overrides
  > 0f3c884 Merge pull request # 215 from alexzielenski/schema-copy
  > 41d6b2c add test for multiple version appliers with reliant fields conversions
  > 8a2620f Name operation tests after their filename
  > 60b3b65 use pointer semantics for schema
  > 73412af Merge pull request # 213 from apelisse/add-readme-testdata
  > f345637 fixup! add CopyInto method to schema.Schema
  > 5e01923 add back owned items at pruned version first
  > 00b6b52 add field-level element relationship which overrides referred type
  > aa301db Merge pull request # 214 from apelisse/update-jsoniter-go118
  > f0fadd0 Add README to explain how schemas can be generated
  > c26273c add CopyInto method to schema.Schema
  > b2bdf68 Update jsoniter to v1.1.12 to work with go1.18
bumping sigs.k8s.io/json 9f7c6b3...f223a00:
  > f223a00 Merge pull request # 16 from kevindelgado/strict-error-path-separation
  > ff3dbbe Merge pull request # 14 from liggitt/go118
  > b536e95 store err type and path separately in strict errors
  > 227cbc7 Merge pull request # 15 from liggitt/ci-refresh-go
  > 4017094 sync go1.18 changes from encoding/json
  > 93e9748 Check latest go version in CI
bumping knative.dev/pkg fb2e4fb...714b763:
  > 714b763 upgrade to latest dependencies (# 2609)
  > 21d3b47 upgrade to latest dependencies (# 2608)
  > 8178c38 update k8s to 1.25.2 (# 2599)
bumping github.com/go-logr/logr 99e02a9...47e013c:
  > 47e013c Merge pull request # 128 from thockin/format-test
  > b359493 Merge pull request # 140 from thockin/testing_testr
  > d731630 Add some test cases
  > 28755ae Merge pull request # 130 from thockin/nil-stringer
  > 5377a98 Move testing -> testr, deprecate, alias old names
  > 4610455 Reformat existing test cases
  > ec7c16c Merge pull request # 135 from thockin/fix-actions-go-versions
  > 945d619 funcr: Handle panic in Stringer, Marshaler, error
  > e2fd555 Merge pull request # 133 from pohly/nil-logger
  > e438a74 Fix GH actions for Go versions, drop 1.14
  > af7b868 Add stringer, error, marshaler to benchmark
  > eb02c45 Merge pull request # 129 from tonglil/patch-1
  > 68ef51c docs: describe handling of optional logger parameters
  > 8aa3af1 Update README.md
bumping k8s.io/utils 3a6ce19...ee6ede2:
  > ee6ede2 Merge pull request # 252 from ialidzhikov/cleanup/testdata
  > 9bab9ef Merge pull request # 251 from dims/tolerate-path-lookup-issues-in-golang-1.19
  > a4934a1 Move test data file under testdata/
  > 56c0de1 Merge pull request # 249 from ialidzhikov/pointer-func-deprecations
  > ee5bcf5 tolerate path lookup issues in golang 1.19
  > f6158b4 Merge pull request # 248 from aojea/ci
  > 161a940 Properly deprecate the funcs from the pointer pkg
  > 74ebc72 IP.UnmarshalText() uses net.Parse internally
  > 105d5f1 fix linter
  > f2fee6f call to (*T).Fatalf from a non-test goroutine (govet)
  > 8cc7140 update github CI
bumping k8s.io/client-go 3e73df6...593f096:
  > 593f096 Update dependencies to v0.25.2 tag
  > 1904631 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > 8f4eb75 Merge pull request # 112336 from enj/automated-cherry-pick-of-# 112017-upstream-release-1.25
  > e278668 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 1874bc6 exec auth: support TLS config caching
  > db7e2d8 Merge pull request # 112055 from aanm/automated-cherry-pick-of-# 111752-origin-gh-aanm-release-1.25
  > c9008f3 client-go/rest: check if url is nil to prevent nil pointer dereference
  > 1a46dfd Revert "client-go: remove no longer used finalURLTemplate"
  > b3e4a40 Merge remote-tracking branch 'origin/master' into release-1.25
  > c2f61ae Update removal warnings to 1.26
  > 54e42ab update-gofmt
  > ef26118 Revert "Remove gcp and azure auth plugins"
  > a890e7b Merge pull request # 109090 from sarveshr7/multicidr-rangeallocator
  > f10f16e Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller
  > 76884cd Auto generate code for ClusterCIDR API
  > 3300752 Merge pull request # 111696 from liggitt/go119mod
  > c439b25 Support handling of pod failures with respect to the specified rules
  > ce9ac37 Merge pull request # 108692 from jsafrane/selinux
  > 4100519 Update go.mod to go1.19
  > a00e9ab Regenerate files
  > 55b6f70 Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > 606e4a8 run lint-dependencies and follow directions
  > fe9020e Stop panic in govet-levee CI job
  > e803ec6 Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > 07171f8 Merge pull request # 111090 from kinvolk/rata/userns-support-2022
  > b5feb25 mark persistentvolume's claimRef as granular
  > bebf219 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606)
  > 912b04a Update autogenerated files
  > c5a511a update kube-openapi
  > 68639ba Merge pull request # 111557 from alexzielenski/update-smd-422
  > 828c3cb pkg/apis, staging: add HostUsers to pod spec
  > b0d4101 Merge pull request # 111475 from alculquicondor/clear_pod_disruption
  > 1631be4 update smd to 4.2.3
  > 3dfaef5 Add clock interface to disruption controller
  > 3e9c4b4 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64ed
  > 2037cc6 Update `k8s.io/utils` to `ee6ede2d64ed`
  > 07735ea Merge pull request # 111441 from denkensk/respect-topology
  > 95367f2 Merge pull request # 110851 from negz/more-like-mac-slow-s
  > 2190b2f code generated by script for MatchLabelKeys in TopologySpreadConstraint
  > ec0f337 Merge pull request # 111387 from marseel/feature/retry_internal_errors
  > 761f55c Use SHA256 sums to verify discovery cache integrity
  > c2d2c47 Merge pull request # 111228 from Abirdcfly/220716
  > ff6bf67 Add option to retry internal api error in reflector.
  > 735524f Use sha256 to sanitize discovery HTTP cache keys
  > fe12e65 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f5e
  > 65b1e7d clean Unreachable code
  > 1ea239f Use checksums instead of fsyncs to manage discovery cache corruption
  > 7a55c3b Update `k8s.io/utils` to `9bab9ef40391`
  > 76fccca Add a benchmark for the discovery cache RoundTripper
  > cc879cd Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > b5c7588 Merge pull request # 109141 from ulucinar/bump-discovery-burst
  > 2a6c116 Generate and format files
  > b2097e6 Merge pull request # 110666 from ldsdsy/modify
  > 4aac6a7 Bump discovery burst of default ConfigFlags to 300
  > 4db4856 Merge pull request # 111242 from wojtek-t/fix_leaking_goroutines_11
  > 123d4e7 Fix a typo
  > ed7d154 Bump default burst limit for discovery client to 300
  > 95a40e2 Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > 9dde02d Clean shutdown of client integration tests
  > 267b657 Merge pull request # 111235 from Abirdcfly/220719
  > b4c3510 update kjson
  > 0cfc963 Merge pull request # 110649 from harshanarayana/fix/GIT-110335-fix-fake-event-expansion
  > ca60e0e fix a possible panic because of taking the address of nil
  > c6bd30b Merge pull request # 111176 from p0lyn0mial/upstream-cacher-refactor-for-streaming
  > e2ef408 GIT-110335: address namespace defaulting for events
  > 441e2c8 reflector: simplify reading the resourceVersion
  > 04f67d5 reflector: move LIST to its own method
  > 4e28921 reflector: refactor watchHandler
  > 163ee0b Merge pull request # 111080 from zhoumingcheng/master-v3
  > 743e29d Merge pull request # 111008 from cici37/bumpCEL
  > 84e1219 Correct some wrong syntax
  > 79a582f Merge pull request # 111097 from saltbo/fix-thethe-typo
  > 7f7dbbc Bump cel-go to v0.12.0
  > eabd428 Merge pull request # 111002 from HecarimV/fix-220707
  > 7c3fa18 fix: update the typo code comment
  > 59fda2e Merge pull request # 111087 from HecarimV/fix-22071205
  > f295032 fix static-check for staging/src/k8s.io/client-go/
  > 2f582c2 Fix:import the same package multiple times
  > 3b969f9 Merge pull request # 111001 from pohly/klog-update
  > 26b5064 build: update to klog v2.70.1
  > 506ef89 Merge pull request # 110990 from thockin/svc-typenames-IPFamilyPolicyType
  > 61a7d9d Rename IPFamilyPolicyType => IPFamilyPolicy
  > a16e76e Merge pull request # 110831 from chendave/openapi
  > 6a58c3a Bump `kube-openapi` to the latest
  > f5b6af4 Merge pull request # 110788 from 21kyu/change_reflect_ptr
  > 1b23c15 Change reflect.Ptr to reflect.Pointer
  > 8dfe88a Merge pull request # 110724 from pohly/klog-update
  > 899bcd7 Merge pull request # 110425 from LY-today/fake-evict-list-err
  > cb4a10d build: update to klog v2.70.0
  > 0647d43 Merge pull request # 109632 from weilaaa/recorrect_byindex_input_param
  > 9ac8bfe fix: list pod err after an pod evicted
  > acab036 Merge pull request # 110436 from nicks/nicks/issue-1108
  > 64585cf correct input params and add godoc
  > 830d4c4 Merge pull request # 110378 from lucacome/bump-grpc
  > 5ce7078 client-go: fix panic in ConfirmUsable validation
  > e0fa504 Bump grpc to v1.47.0
  > 2a9f955 Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > d4fc9af Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 7e1edab Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > 08b4bbc Update gopkg.in/yaml.v3 to v3.0.1
  > 87a5b7b Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > cf0ba13 Switch to v3 of github.com/emicklei/go-restful
  > f88de91 Merge pull request # 96771 from soltysh/shortcut_expander
  > e2598a4 restmapper: re-try shortcut expander after not-found error
  > cf13620 Merge pull request # 84145 from bells17/fix-typo
  > 33115b4 Merge pull request # 110100 from tkashem/client-go-backoff-fix
  > 21f4308 Fix typo: type -> eventtype
  > 0bc005e Merge pull request # 110076 from karlkfi/patch-1
  > 71b8c17 client-go: fix backoff delay
  > 8764064 fix: reflector to return wrapped list errors
  > ef63e49 Merge pull request # 110013 from enj/enj/i/remove_azure_gcp_auth_plugins
  > 1f7dc88 Remove gcp and azure auth plugins
  > 77f6364 Merge pull request # 108080 from astoycos/issue-132
  > b4b8e5e Merge pull request # 108492 from kerthcet/feature/add-NodeInclustionPolicies
  > f19a514 Fix Panic Condition
  > 5bb1a76 feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec
  > 2420926 Merge pull request # 109891 from pohly/log-dependency-update
  > 7c5b742 Merge pull request # 109602 from lavalamp/remove-clustername
  > c301d44 dependencies: logr and zapr v1.2.3
  > 5a9c3ac generated files
  > c0ab12a Merge pull request # 109804 from cici37/celUpdate
  > bb66d80 Merge pull request # 109607 from liggitt/drop-unused-third-party
  > 631da0c Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > f4c553f Merge pull request # 109440 from liggitt/gomod-1.18
  > 7481505 Remove package variables
  > 28feddd Update GRPC
  > ccff963 Regenerate vendor
  > 28c4a4d Drop unused golang/template funcs
  > a8fbc49 Update genproto and antlr.
  > 671a40c Merge pull request # 109520 from cncal/lcn_cleanup_duplicate_code_snippet
  > ac3e4ba Bump cel-go to v0.11.2
  > 211d8a7 Merge pull request # 109443 from kevindelgado/dynamic-apply
  > 152e68f Remove the duplicate code snippet in client-go delaying_queue tests
  > 2cf1a8f Merge pull request # 105963 from zhucan/bugfix-95367
  > 4eab6be Add Apply and ApplyStatus methods to dynamic ResourceInterface
  > 28ccde7 Merge pull request # 109436 from JamesLaverack/revert-108290
  > 1f8debf generated code and doc
  > f9fdccd Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)"
bumping github.com/imdario/mergo 9316a62...9f23e2d:
  > 9f23e2d Update README.md
  > 7816d7f Merge pull request # 86 from vdemeester/append-slice-without-pancking
  > 9a471d7 Appending slice can cause Mergo to panic…
bumping golang.org/x/sync 036812b...886fb93:
  > 886fb93 A+C: delete AUTHORS and CONTRIBUTORS
  > 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited)
  > 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency
bumping k8s.io/code-generator 65c70a5...7e9837e:
  > 7e9837e Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25
  > ecb165b dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
  > 775c304 Merge remote-tracking branch 'origin/master' into release-1.25
  > d31c93c Revert "Remove gcp and azure auth plugins"
  > 7a6b27b Update go.mod to go1.19
  > fa4467d Merge pull request # 111677 from dims/stop-panic-in-govet-levee
  > 7b3066b run lint-dependencies and follow directions
  > c04cb7f Stop panic in govet-levee CI job
  > aed7155 Merge pull request # 110495 from alexzielenski/atomic-objectreference
  > 02dff21 update kube-openapi
  > 24b65b5 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606)
  > ce96325 Merge pull request # 111557 from alexzielenski/update-smd-422
  > 3e298a9 update smd to 4.2.3
  > 98b8ad1 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64ed
  > 7d41d4b Update `k8s.io/utils` to `ee6ede2d64ed`
  > f7e6982 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f5e
  > 5e969f2 Update `k8s.io/utils` to `9bab9ef40391`
  > 22db44c Merge pull request # 111254 from dims/update-to-golang-1.19-rc2
  > 53c2ca0 Generate and format files
  > a08f67b Merge pull request # 110178 from kevindelgado/validation-beta-1-25
  > e22e97f update kjson
  > 40a88eb Merge pull request # 111008 from cici37/bumpCEL
  > 9a892d0 Bump cel-go to v0.12.0
  > d665e29 Merge pull request # 108792 from wongearl/modify-todo
  > dc61ef8 Merge pull request # 111001 from pohly/klog-update
  > dec659d fix CustomArgs annotation, todo describe
  > 162a509 build: update to klog v2.70.1
  > 132cd9f Merge pull request # 110831 from chendave/openapi
  > 0bd13bc Bump `kube-openapi` to the latest
  > 068d9f8 Merge pull request # 110724 from pohly/klog-update
  > 051a429 build: update to klog v2.70.0
  > 4e8f8f5 Merge pull request # 110378 from lucacome/bump-grpc
  > 39381c1 Bump grpc to v1.47.0
  > a2acbb4 Merge pull request # 110546 from liggitt/fix-example
  > cb496e7 Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
  > e246394 Drop spurious replace
  > f2ea995 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1
  > 306deab Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
  > d8adc26 Update gopkg.in/yaml.v3 to v3.0.1
  > 35a5f00 Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful
  > e1fbd90 Switch to v3 of github.com/emicklei/go-restful
  > 7d977b3 Merge pull request # 110013 from enj/enj/i/remove_azure_gcp_auth_plugins
  > 7e85903 Remove gcp and azure auth plugins
  > 9f887a7 Merge pull request # 109891 from pohly/log-dependency-update
  > acd6f5b Merge pull request # 109602 from lavalamp/remove-clustername
  > 7c0fe80 dependencies: logr and zapr v1.2.3
  > 05559de generated files
  > 8ed2cce Merge pull request # 109804 from cici37/celUpdate
  > f82eadd Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions
  > cd6d91a Update GRPC
  > df8059b Update genproto and antlr.
  > 4a69c11 Bump cel-go to v0.11.2
  > 0a834f8 Merge pull request # 109440 from liggitt/gomod-1.18
  > 5cbad16 Regenerate vendor
  > 8f17de0 Merge pull request # 109031 from Jefftree/openapiv3beta
  > 858bf3c generated: Update kube-openapi and vendor
bumping knative.dev/hack 52a87e1...3fdc50b:
  > 3fdc50b Remove Signing Feature Gate (# 236)
  > 2d67db5 generate provenances (# 237)
bumping github.com/google/go-cmp d103655...f144a35:
  > f144a35 Additional cleanup with Go 1.13 as minimal version (# 295)
  > 63c2960 remove xerrors (# 292)
  > 71220fc Use string formatting for slice of bytes (# 294)
  > 4664e24 Fix printing of types in reporter output (# 293)
  > 79433ac Run tests on Go 1.18 (# 290)
  > 039e37c Add //go:build lines (# 285)
  > 3242228 Drop hacks to work around Go reflection bugs in Go1.9 (# 282)
  > f59cd61 Update minimum supported version to go1.11 (# 281)
  > 6faefd0 Reduce minimum length for specialize string diffing (# 275)
  > f1773ad Use any alias instead of interface{} (# 276)
  > 9094ef9 Change build status badge (# 269)
  > 3ee52c8 Fix spelling mistakes (# 271)
  > 395a0ac Use sha256 in test (# 268)
  > 402949e Merge pull request # 266 from dsnet/fix-format
  > 290a6a2 Avoid shadowing variable (# 263)
  > d5fcb38 Fix textual printing of byte slices
  > 248ccff Fix staticcheck findings (# 262)
bumping golang.org/x/net 27dd868...a158d28:
  > a158d28 A+C: delete AUTHORS and CONTRIBUTORS
  > 1185a90 ipv4,ipv6: retry ENOBUFS in TestPacketConnReadWriteUnicastUDP
  > c90051b http2/h2i: update install documentation
  > 69896b7 lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix
  > 1bab6f3 lif: use IFT_* consts from x/sys/unix
  > 263ec57 lif: remove unused sysIFF_* constants
  > 9d032be Revert "http2: enable VerboseLogs in TestTransportGroupsPendingDials"
  > 355a448 http2: enable VerboseLogs in TestTransportGroupsPendingDials
  > 694bf12 http2: add newly dialed conns to the pool before signaling completion
  > fb05da6 nettest: skip known failure mode of TestTestConn/TCP/RacyRead on windows/arm64
  > c690dde http2: remove arbitrary timeouts in server_test.go
  > c960675 http2: eliminate arbitrary timeouts in testServerResponse
  > c186220 http2: prioritize RST_STREAM frames in priority write scheduler
  > 5463443 go.mod: update golang.org/x/sys to latest version
  > 1d687d4 http2/h2c: support direct hand off of h2c-upgrade connections
  > 2e3eb7b http2: optimization of AppendHuffmanString
  > 183a9ca http2: exclude some header from 1xx responses
  > 20f9603 nettest: log more details about err for checkForTimeoutError
  > 45b2658 all: fix go vet warnings
  > 9564170 http2: allow sending 1xx responses
  > 2871e0c ipv4,ipv6: retry ENOBUFS and shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicastUDP
  > 1d1ef93 http2: use custom concurrent safe noBodyReader type when no body is present
  > 1850ba1 http2: make the Server use the priority write scheduler
  > a630d4f http2: support concurrent Request.Close calls
  > 290c469 all: gofmt
  > aac1ed4 http2: skip "write: broken pipe" failures in TestServer on OpenBSD
  > 749bd19 net/http2: omit invalid header value from error message
  > 543a649 http2: log pings and RoundTrip retries when http2debug=1
  > de3da57 net/http/httpproxy: support non-ASCII characters in NO_PROXY
bumping knative.dev/hack/schema 52a87e1...3fdc50b:
  > 3fdc50b Remove Signing Feature Gate (# 236)
  > 2d67db5 generate provenances (# 237)
bumping golang.org/x/tools 897bd77...b3b5c13:
  > b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are
  > 39a4e36 internal/lsp/regtest: only run /default tests with -short
  > f157068 internal/lsp/regtest: allow sharing memoized results across regtests
  > 8ccb25c internal/lsp: treat struct tags as string type
  > 6c8a6c4 internal/lsp: suppress parameter hint when argument matches parameter
  > c83f42d internal/lsp: update inlay hints documentation to include go snippets
  > 8b47d4e all: update dependencies
  > 7600454 gopls: update dependencies
  > 2a6393f internal/lsp: Refactor to share logic with rename
  > 4375b29 cmd/auth/cookieauth: delete unreachable os.Exit
  > 005c07a gopls/internal/vulncheck: adjust logging
  > 04bd087 internal/lsp: enable fillstruct for generics
  > 6ec939a internal/span: fix incorrect bounds check in ToOffset
  > 178fdf9 gopls/internal/regtest: unskip Test_Issue38211
  > 1cfe623 gopls/internal/regtest: unskip TestQuickFixEmptyFiles
  > 3d474c8 internal/lsp/diff: new diff implementation to replace go-diff
  > a2a2477 gopls/internal/regtest: externalize shouldLoad tracking
  > 7b605f4 gopls/internal/vulncheck: pass go version to vulncheck config
  > 126ef8f gopls/internal/govulncheck: sync x/vuln@b9a3ad9
  > a732e45 gopls: update golang.org/x/vuln
  > 980cbfe A+C: delete AUTHORS and CONTRIBUTORS
  > ec1f924 internal/lsp: add check for nil results to fillreturns
  > 79f3242 godoc: support go1.19 doc comment syntax
  > 2957e9d go/callgraph/vta: use types.IsInterface instead of our own isInterface
  > 2eaea86 go/callgraph/vta: do not include interface types during propagation
  > dc45e74 internal/lsp: Update FilterDisallow to support matching directories at arbitrary depth.
  > ce6ce76 internal/lsp/regtest: increase the time allowed for shutdown
  > 32129bf go/internal/gcimporter: adjust importer to match compiler importer
  > 22d1494 internal/gcimporter: add support for reading unified IR export data
  > c3af7c2 internal/lsp/cache: delete workspacePackageHandles (dead code)
  > 1a4e02f internal/lsp/analysis/unusedvariable: add analyzer
  > db8f89b internal/memoize: rename Handle to Promise
  > a7c53b5 internal/analysisinternal: move FindBestMatch to internal/lsp/fuzzy
  > 9b6c018 internal/lsp/cache: don't trim unexported struct fields
  > 85173cc internal/lsp/cache: follow usual structure for packages, analysis maps
  > b2eae76 internal/lsp/cache: simplify modwhy cache
  > dcb576d internal/lsp/cache: simplify modtidy
  > b230791 internal/lsp/cache: move PosTo{Decl,Field} out of cache
  > 8730184 internal/lsp/fake: retry spurious file lock errors on windows
  > 459e2b8 internal/lsp/progress: actually close over Context in WorkDoneWriter
  > 7c06b01 go/callgraph/vta: remove interprocedural flows for receiver objects
  > 6e6f313 internal/lsp/regtest: simplify, consolidate, and document settings
  > 3db2cdc internal/lsp: wait for ongoing work to complete during server shutdown
  > a5adb0f internal/lsp/cache: use mod=readonly for process env funcs
  > a79ee0f Revert "Revert "internal/lsp/cache: don't pin a snapshot to view.importsState"
  > bc957ec internal/lsp/source: use token.File-agnostic positions to dedupe refs
  > b6e4951 Revert "internal/lsp/cache: don't pin a snapshot to view.importsState"
  > 71dc5e2 internal/lsp/cache: make snapshot reference counting uniform
  > 42457a5 internal/lsp/cache: don't pin a snapshot to view.importsState
  > d6c099e internal/memoize: document stateIdle, RefCounted
  > 53ead67 internal/memoize: delete Generation and Bind
  > 8746177 internal/lsp/cache: simplify ParseGo
  > 9c2a556 internal/lsp/cache: fail addPackageHandle if metadata is stale
  > 1dfab61 internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed maps
  > 2aef121 internal/lsp: consolidate .go/go.mod link logic
  > 8184d1f internal/lsp/cache: use GetHandle not Bind in astCacheData
  > 36430f4 internal/lsp/cache: use GetHandle not Bind for actions
  > b929f3b internal/span: make NewRange accept File, not FileSet
  > d69bac6 internal/lsp/cache: cache isActiveLocked calculation across snapshots
  > afa4a95 internal/lsp/cache: persist known subdirs
  > 698251a internal/lsp/cache: sort Metadata.Deps, for determinism
  > f79f3aa internal/lsp/cache: clarify buildPackageHandle
  > e92a18f internal/lsp/lsppos: reduce allocations in NewMapper
  > f487f36 internal/lsp/source: reduce allocation in workspace-symbols
  > 7b04e8b internal/persistent: no-op deletion from map does not allocate
  > f042799 internal/memoize: delete Bind(cleanup) hook
  > bec0cf1 internal/lsp/cache: avoid Handle mechanism for workspace dir
  > ffc70b9 lsp/completion: fix ranking of *types.PkgName candidates
  > 93bf1fc gopls: add range over channel postfix completion
  > 79fefdf internal/memoize: do not iterate all handles on generation destruction
  > fa4babc internal/lsp/cache: use persistent map for storing packages in the snapshot
  > 9358add internal/lsp/cache: remove unused function
  > c77473f gopls: upgrade staticcheck to v0.3.2
  > e8e5b37 internal/lsp/cache: don't construct a new metadata graph if no changes
  > 8314b7a go/analysis: add suggested fix for unkeyed composite literals
  > 8865782 internal/lsp: add text edits for unkeyed literals
  > 1a196f0 internal/lsp/cache: don't build symbol info for non-Go files
  > b84d509 gopls/doc: regenerate documentation
  > c10541a go/analysis/passes/fieldalignment: document "false sharing"
  > 7743d1d internal/lsp: respect range for inlay hints
  > 0248714 internal/lsp: add additional instrumentation around package loading
  > e5b3324 internal/lsp: add InlayHint regtests
  > 2a90056 go/gcexportdata: fix Find for Go modules
  > 7404bd2 all: gofmt some recent file changes
  > ec0831a refactor/satisfy: don't crash on type parameters
  > 66bbba3 internal/memoize: remove unused Store.generations map
  > 56116ec internal/memoize: don't destroy reference counted handles
  > 10494c7 cmd/digraph: fix typo
  > 93a03c2 internal/lsp/cache: invalidate reverse closure when loading packages
  > c36379b internal/lsp/cache: don't set new metadata if existing is valid
  > e1ec1f3 internal/imports: use a module resolver if GOWORK is set
  > 60ca636 internal/lsp: use camel case for inlay hint config fields
  > 2994e99 internal/persistent: change map to use set/get as method names
  > 22ab253 internal/lsp: rename viewport to range
  > 3f5f798 internal/lsp/cache: use persistent map for storing files in the snapshot
  > f60e9bc internal/lsp/cache: use persistent map for storing gofiles in the snapshot
  > 871637b internal/lsp: add settings for inlay hints and enable
  > a44cc76 cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
  > 4e231cb internal/lsp/cache: don't prune unreachable metadata on clone
  > a2de635 internal/lsp/cache: honor the go.work for computing workspace packages
  > cbb8e8e internal/span: optimise URI.Filename to avoid allocation
  > 63d8015 internal/lsp/cache: minor simplifications to Symbols
  > 59bd4fa internal/lsp: find references to package
  > a1303c8 internal/lsp: remove tooltip from inlay hints
  > 641b30b internal/lsp: add inlay hints for inferred type params
  > 70ccf57 go/packages: fix loading single file when outside of GOPATH, module
  > 381ac87 internal/lsp/debug: reduce critical sections in trace
  > 1e14d99 internal/lsp: add inlay hints for composite literal types
  > e987015 internal/lsp/cache: symbolize in parallel
  > 88325aa internal/memoize: add trace region for Handle.run
  > c353b05 internal/lsp/cache: delete checkSnapshotLocked
  > 567c98b internal/lsp/cache: don't walk URIs to invalidate metadata
  > dffd645 internal/lsp/cache: only clone metadata if something changed
  > 4ba3d22 internal/lsp/cache: clone the metadata graph when clearing ShouldLoad
  > 39d3d49 internal/lsp/cache: use metadataGraph.Clone in snapshot.clone
  > 8a92078 internal/lsp/cache: build a new metadata graph on load
  > 9f38ef7 internal/lsp/cache: derive workspace packages from metadata
  > 041035c Revert "internal/lsp/cache: reduce critical sections"
  > d097bc9 gopls/internal/vulncheck: include nonaffecting vulnerability info
  > e8b9ff1 gopls/internal/govulncheck: sync x/vuln@4eb5ba4
  > 654a14b internal/lsp/cache: reduce critical sections
  > 27db7f4 gopls: update golang.org/x/vuln to latest @4eb5ba4
  > c993be6 go/analysis/internal/checker: log codeFact error, remove unused action.inputs
  > ed27611 internal/lsp/cache: cache known subdirs pattern
  > ebc084a internal/lsp: add inlay hints count to test summary
  > c15c045 internal/lsp: enable inlay hint tests
  > 0343989 internal/lsp: fix error message for inlay hints
  > a41fc98 internal/lsp/cache: use [256]byte Hash instead of hex digit string
  > c41ddce internal/lsp: include padding in inlay hint marker tests
  > 5e48d26 internal/lsp: add inlay hints for composite literal names
  > 83b0675 internal/lsp: add inlay hints for constant values
  > ecc1479 internal/lsp: add inlay hints for variable types
  > 65c0181 internal/lsp: support textDocument/inlayHint for parameter names
  > 9651276 internal/lsp/cache: optimize Snapshot.clone
  > 697795d internal/lsp/regtest: don't run the connection on the test context
  > ad756c7 internal/lsp: initial test set up for inlay hints
  > 1d19788 internal/lsp/cache: always compute IsIntermediateTestVariant
  > 4a8620f internal/lsp/cache: move metadata fields to a new metadataGraph type
  > a3d129c internal/lsp/cache: extract module load errors when go.work is used
  > 6bfd3a4 Revert "internal: temporarily disable tests so we can land CL 410955"
  > 5ca4cc8 internal: temporarily disable tests so we can land CL 410955
  > 63dfc2d internal/lsp/cache: two minor optimizations
  > 030812f internal: remove unneeded FileSets
  > 2417911 go/analysis/internal/checker: add -test flag for single/multi-checkers
  > 43cce67 go/analysis: document need for deterministic Fact encoding
  > af82757 cmd/callgraph: add test of -algo=vta
  > 76325da internal/lsp/progress: detach context for all progress notifications
  > b2fbc38 cmd/callgraph: add -algo=vta option
  > d68628a go/ast/astutil: clarify PathEnclosingInterval
  > 3dd056a internal/lsp/mod: fix broken assumptions about file base
  > 0cdf4b5 internal/lsp/source: eliminate ColumnMapper.PointSpan in favor of Pos
  > 9d7bf95 internal/lsp: factor out column mapper construction from content
  > 9e1d19b internal/span: eliminate TokenConverter
  > dae3f4b internal/lsp/diff: remove unused TokenConverter parameters
  > de3ef4a internal/lsp/source: remove workaround for newline terminated files
  > 6b760fc internal/lsp/source: remove ineffectual memoization in MappedRange
  > ea60815 internal/lsp: use the correct converter for mapped range offsets
  > 1ff52e2 gopls/internal/vulncheck: use internal/govulncheck
  > 2bb78cf internal/lsp: add missing bug reporting, and panic during marker tests
  > 0e859af go/analysis/analysistest: use listed mode instead of deprecated const
  > f385733 internal/gocommand: skip ill-formed env vars in cmdDebugStr
  > ccb1050 internal/lsp/cache: invalidate metadata when parsing issues resolve
  > 904e24e go/ssa: tweak Function.Name() for generic instantiations
  > 4dd2c74 internal/govulncheck: copy from x/vuln repo
  > b62b00f internal/lsp: add an option to get notified of bug reports
  > 960b4ce internal/typeparams: adds core type implementation
  > b55ed5e internal/lsp/regtest: only print RPC logs if asked
  > 44db4eb gopls/internal/regtests: add a test for bad go.work files
  > f97a804 go/analysis/passes/nilness: fixed slice not being considered as non-nil
  > 13bcb69 internal/lsp/analysis/stubmethods: recognize *ast.CallExpr
  > facb0d3 internal/span: eliminate Converter and FileConverter
  > 814e0d7 go/gcexportdata: don't assume that fmt names never change
  > 1e55371 go/ssa: fix *SelectorExpr within *IndexExpr handling
  > 29d48d6 go/callgraph/rta: adds tests for (instantiated) generics
  > ed968f6 internal/lsp/bug: add a package for bug reporting
  > 090b14e internal/lsp/regtest: make TestResolveImportCycle robust to error order
  > 820e093 go/types/objectpath: implement fast path for concrete methods
  > cfd9905 go/ssa: inline *ssa.selection methods
  > 304195c go/ssa: create *ssa.selection.
  > f918e87 gopls/internal/vulncheck: copy logic of govulncheck -html
  > a518b79 gopls/internal/vulncheck: synchronize cache access
  > ad497c6 internal/lsp/cmd: add -config option to gopls vulncheck
  > 62d837c go/analysis/passes/httpresponse: minor clarification
  > 6eb3de2 internal/lsp/analysis: fix a doc comment typo
  > 728485f gopls/internal/regtest: add a test for using staticcheck with generics
  > 1a5eed3 cmd/compilebench: use -p, handle packages with asm files
  > 93852cb internal/lsp: fix source.CompareDiagnostic asymmetry
  > 8ec40b5 x/tools/go/ssa: instantiate sel.Recv() on MethodVal.
  > 28c754d internal/lsp/analysis: analyzer for //go:embed directive
  > 033cbfc internal/typeparams: run go generate with go1.18.2
  > bc0e26e internal/typeparams: remove examples in favor of x/exp/typeparams
  > b87ceec go/analysis/passes/httpresponse: inspect enclosing context of resp, err
  > 313af96 go/ast/astutil: make Apply follow TypeParams fields
  > d303668 internal/lsp/cache: use cached parsed files for symbols, if available
  > 0fb1abf internal/lsp: factor out go/token wrapper into a safetoken package
  > cde25b3 internal/lsp/lsppos: add helpers for mapping token positions
  > 22b7096 internal/lsp/cmd: change vulncheck to directly call the hook
  > 72a884b gopls: update golang.org/x/vuln dependency
  > d7e01c0 internal/lsp/source/completion: use typeutil.Map for short-circuiting
  > d299b94 passes/copylock: suppress reports on Offsetof and Alignof
  > 30fbd19 internal/lsp: fix fillstruct for structs with unsafe.Pointer
  > 0ebacc1 internal: remove pre-go1.12 conditionally compiled files
  > 45c8a71 internal/tool: implement structured help command
  > d27d783 cmd/godoc: expand skips in TestWeb
  > 4911e4a internal/testenv: remove darwin/arm case from NeedsGoBuild
  > 54c7ba5 go/analysis/passes/asmdecl: add build tag for loong64
  > b4c4500 README: restructure and update
  > 556c550 internal/lsp/cache: invalidate packages that have added files
  > 4a3fc21 internal/lsp: only linkify urls with http, https, and ftp schemes
  > 04fc2ba cmd/godoc: skip TestWeb if waitForServerReady fails
  > 6872d3b passes/unusedwrites: Add TODO for how to handle generics.
  > 7c895e0 pointer: Adds unit tests for pointer with type parameters.
  > ddadc42 guru: Add a TODO list to the guru cmd.
  > c39ac6a callgraph/vta: Removes dead return statement (misc cleanup).
  > aafffac internal/lsp/source: avoid panic in HoverIdentifier
  > c862641 cmd/digraph: only print non-trivial sccs
  > 6fff1af go/analysis/passes/errorsas: update testdata for new warning
  > 115b454 go/analysis/passes/errorsas: warn if errors.As target is *error
  > 60b4456 go/callgraph/static: adds tests for (instantiated) generics
  > a37ba14 go/callgraph/cha: adds tests for (instantiated) generics
  > dcaea06 go/callgraph/vta: adds tests for (instantiated) generics
  > b44fad8 lsp/completion: fix func literals with type params
  > 5bb9a5e lsp/completion: fix literal completions with type params
  > 0941294 lsp/completion: further improve generic func arg ranking
  > c903563 internal/lsp/cache: don't cache parsed files when checking for metadata
  > 825b661 nilness: add unit test for generic instantiation.
  > 2548a8b ssautil: Add unit tests that set ssa.InstantiateGenerics
  > ae12e8f ssa: switch lblocks to types.Object
  > 559469a internal/lsp: render package documentation when hovering over a package import
  > fa7afc9 lsp/completion: improve generic func arg ranking
  > d567bc1 go/ssa: monomorphize generic instantiations.
  > 5d7ca8a go/ssa: return nil on parameterized types on MethodValue.
  > 48a2cc8 x/tools: remove dependency on golang.org/x/xerrors
  > 235b13d cmd/godoc: remove usage of golang.org/x/xerrors
  > b22f048 internal/jsonrpc2*: remove usage of golang.org/x/xerrors
  > bcfc38f go/packages: remove usage of golang.org/x/xerrors
  > 37590b3 gopls: remove usage of golang.org/x/xerrors
  > e854e02 go/ssa: fix miscompilation of <<= and >>= statements
  > c02adcc go/packages: ask for EmbedPatterns and EmbedFiles if needed
  > 5bb9c48 x/tools/go/packages: on Go 1.19+, explicitly ask for -json fields needed
  > 00aa68c go/ssa/interp: use *ssa.Global as key type for interpreter.globals
  > b4aba4b go/internal/gcimporter: key tparams by Package instead of pkgname
  > 46bc274 go/ssa: Update callee for wrapper function instantiation.
  > 884ffcd go/analysis: add support for loong64
  > afc6aad go/packages: make loadFromExportData ignore go.shape
  > b7d7574 internal/lsp/protocol: avoid replying with non-nil interface values in case of error
  > 1f10767 gopls/doc: update neovim examples for nvim 0.7
  > a220087 internal/lsp/protocol: ignore reply values with non-nil errors in jsonrpc2_v2 adapters
  > d5f48fc all: gofmt
  > d996daa go/ssa: gofmt
  > f9c13bb go/pointer: gofmt
  > ad8ef15 go/callgraph: gofmt
  > ce1e683 go/analysis: gofmt
  > 2bbdb7a gopls, internal/lsp: gofmt
  > 5fef6fd cmd: gofmt
  > 04fab9a go/callgraph/vta: avoids cycles for pathological recursive types
  > fbebf43 go/internal: gofmt
  > b900e88 go/ssa: emit Low expression before High in *ast.Slice
  > b2552ef internal/lsp: run go mod vendor exclusively to avoid file contention
  > 9e788ee internal/lsp/fake: consider mtime when polling for file changes
  > fe932b4 go/ssa: Instantiate calls to generic functions and methods.
  > ce5936c go/ssa: bound functions are now unique per instantiation.
  > 7dd9f20 go/ssa: Adds datastructures for function instantiation.
  > ee2bc8b go/ast/astutil: fix panic in DeleteNamedImport from line directive
  > 48e6d8d cmd/fiximports: skip TestFixImports on plan9-arm
  > 7f10777 gopls/internal/regtest/modfile: temporarily skip TestSumUpdateFixesDiagnostics
  > 7cc24c2 gopls: upgrade staticcheck to v0.3.0
  > 1f763df internal/lsp: add semantic tokens for arrows in declarations
  > b3e0236 go/ssa: Track created functions in the builder.
  > 6731659 go/ssa: adds position info to implicit field selection instructions
  > 74cea6e internal/imports: ignore some line directives
  > 37acb39 internal/lsp: run vulncheck in specified dir
  > 4077921 all: fix spelling
  > ff66cbe internal/lsp: remove unused parameters from moduleAtVersion
  > 7d125fe cmd/callgraph: expand windows/arm64 skip to the whole platform
  > 153e30b internal/lsp/lsprpc: only propagate explicit GOWORK when using remote
  > cda13e2 internal/lsp: fix incorrect line and start of semantic tokens
  > 41787c4 gopls: run go mod tidy -compat=1.16 to fix the 1.16 build
  > b9a4807 internal/gopathwalk: remove unnecessary call to os.Lstat
  > 8e193c2 go/ssa: removes conversion of index value in Index and IndexAddr to int
  > 9d8009b go/analysis: validate report if analyzer.Run is empty
  > 761e51f go/ssa/interp: Adds reflect.DeepEqual model for interp testing
  > e342718 gopls/internal/vulncheck: skip vuln entries without callstacks
  > b22bc85 gopls/doc: update stale documentation on generics
  > e693fb4 go/internal/gcimporter: fix IImportBundle error text
  > ed5a15c go/internal/gcimporter: replace assert with more helpful panic
  > f4515dd go/packages: fix load with NeedTypes but not NeedImports
  > 11930bd go/packages: fix handling of NeedExportFile in go list
  > e0095ae go/packages: fix precedence typo in needtypes calculation
  > e309672 go/packages: rename NeedExportsFile to NeedExportFile
  > 54af36e internal/lsp: handle invalid URL args in command params
  > 707beb0 internal/lsp/source: descend into fields and field lists in qualifyExpr
  > 1e5ae83 internal/lsp/command: remove unnecessary json struct tag
  > b7db7eb internal/lsp/cmd: add vulncheck command
  > c62a3b3 gopls/internal/vulncheck: limit the included callstack count
  > 78ff15e tools: fix some typos
  > f23240f gopls/go.mod: switch to golang.org/x/vuln/vulncheck
  > 4adaded internal/lsp/source: handle empty strings in directoryFilters
  > 2536df9 internal/lsp/source: include builtin name in hovered signature
  > cd31eaa internal/lsp/command: add RunVulncheckExp
  > 4737f45 internal/lsp/command: add VulncheckArgs/Result types
  > 84a0321 doc/generate.go: handle non-empty JSON tag correctly
  > 4460e9b gopls/internal/vulncheck: copy x/vuln/cmd/govulncheck/cache.go
  > 9fd677e gopls/internal/vulncheck: add cmd that runs govulncheck-like analysis
  > b169789 go/ssa: add position information for switch case conditions
  > 9814b1b gopls: update settings link to code lenses
  > 87a8611 x/tools/go/packages: add Embed support
  > 1428e83 lsp/completion: fix bogus generic func conversion
  > cbdab03 lsp/completion: fix bogus type param candidate
  > 3a6cbd6 lsp/completion: improve completion for func type params
  > c717623 go/analysis/passes/asmdecl: define register-ABI result registers for PPC64
  > 86b02b3 internal/lsp/cache: check for nil WorkFile.Go
  > 5ea13d0 internal/lsp/source: move doc links to the bottom of hover
  > 779dfa4 internal/lsp: invalidate package on go.mod change with go.work
  > c7b0e9a internal/lsp/template: fix processing of multi-line tokens
  > e998cd2 internal/lsp: remove unused code
  > 877ec07 internal/lsp/cache: remove unused code
  > 85d68bc internal/lsp: update LSP stubs, including provisional InlayHints
  > fb5dfde internal/imports: update stdlib index for 1.18
  > d67eab4 go/types/objectpath: break cycles through type parameters in find
  > 77aa08b internal/completion: default to regular completion for f.Fuzz without f.Add
  > 6799a7a internal/lsp/source: canonicalize objects in reference/rename requests
  > 54a569a internal/imports: use first quote when matching import path
  > 40370f8 go/internal/gcimporter: add a test case for issue 51219
  > 24806f2 go/analysis: add tests check for calling *F methods in fuzz func
  > dff7c5f go/internal/gcimporter: guard against infinite recursion with recursive
  > 49d48a0 go/analysis/passes/composite: allow InternalFuzzTarget
  > 198cae3 go/ssa: split pkg() into different cases for *Package and *types.Package
  > ee31f70 internal/lsp: add completion for use directives
  > 622cf7b internal/lsp/cache: copy workFile when invalidating workspace
  > e7a12a3 go/ssa: add type substitution
  > c773560 internal/lsp/cache: set GOWORK=off when mutating modfiles
  > 613589d internal/lsp: more precise completions for *testing.F fuzz methods
  > 9f99e95 go/analysis: add analyzer for f.Add
  > 7b442e3 go/callgraph/vta: fix package doc
  > 1670aad go/analysis: fix bug with finding field typ…
  • Loading branch information
knative-automation authored Oct 12, 2022
1 parent 7224c08 commit 46ec924
Show file tree
Hide file tree
Showing 597 changed files with 27,577 additions and 8,394 deletions.
49 changes: 24 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.18
require (
github.com/hashicorp/golang-lru v0.5.4
go.uber.org/zap v1.19.1
k8s.io/api v0.24.4
k8s.io/apimachinery v0.24.4
k8s.io/client-go v0.24.4
k8s.io/code-generator v0.24.4
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42
knative.dev/hack v0.0.0-20221006013832-52a87e1514cb
knative.dev/hack/schema v0.0.0-20221006013832-52a87e1514cb
knative.dev/pkg v0.0.0-20221006211431-fb2e4fbaa477
k8s.io/api v0.25.2
k8s.io/apimachinery v0.25.2
k8s.io/client-go v0.25.2
k8s.io/code-generator v0.25.2
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
knative.dev/hack v0.0.0-20221010154335-3fdc50b9c24a
knative.dev/hack/schema v0.0.0-20221010154335-3fdc50b9c24a
knative.dev/pkg v0.0.0-20221011175852-714b7630a836
)

require (
Expand All @@ -26,12 +26,12 @@ require (
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/go-kit/log v0.1.0 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
Expand All @@ -40,11 +40,11 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/imdario/mergo v0.3.5 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -66,30 +66,29 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/automaxprocs v1.4.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/tools v0.1.12 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.61.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
google.golang.org/grpc v1.42.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.24.4 // indirect
k8s.io/apiextensions-apiserver v0.25.2 // indirect
k8s.io/gengo v0.0.0-20220613173612-397b4ae3bce7 // indirect
k8s.io/klog/v2 v2.70.2-0.20220707122935-0990e81f1a8f // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
Loading

0 comments on commit 46ec924

Please sign in to comment.