Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping google.golang.org/genproto/googleapis/api 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
bumping knative.dev/eventing 1708881...2869c6c:
  > 2869c6c Enhance tests for v1b3 event type, new attrs (# 8197)
bumping knative.dev/reconciler-test 6372b7a...0cb8938:
  > 0cb8938 upgrade to latest dependencies (# 757)
bumping google.golang.org/grpc d0bf90a...6f50403:
  > 6f50403 Change version to 1.67.0 (# 7604)
  > 3c3a025 mem: replace flate.Reader reference (# 7595) (# 7637)
  > 3ffb98b .*: fix revive lints `redefines-builtin-id` (# 7552)
  > 5666049 vet: enforce revive linter (# 7589)
  > c6ad07f protoc: regenerate protos (# 7590)
  > 70f19ee credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (# 7535)
  > 92111dc xds: keep ads flow control local to xdsclient/transport package (# 7578)
  > 535bdce estats: remove dependency on testing package (# 7579)
  > 0f03c74 .*: fix revive lint issues `unused-parameter` (# 7580)
  > 6147c81 stats/opentelemetry: Optimize slice allocations (# 7525)
  > cd05c9e .*: fix revive package-comments lint issues (# 7574)
  > 00514a7 xds/clusterimpl: update UpdateClientConnState to handle updates synchronously (# 7533)
  > 093e099 grpc: fix regression by freeing request bufferslice after processing unary (# 7571)
  > 8320224 .*: revive from unused_parameters (# 7577)
  > 845f62c stats/otel: upgrade grpc version that contains the experimental/stats package (# 7545)
  > 55d820d clusterresolver/e2e_test: Avoid making DNS requests (# 7561)
  > 52961f7 grpc: add docs for generic stream interfaces  (# 7470)
  > 005b092 examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (# 7474)
  > 0b6f354 xdsclient: Populate total_issued_requests count in LRS load reports (# 7544)
  > c535946 grpc: Fix flaky picker_wrapper tests (# 7560)
  > 9feed00 balancer/wrr: prefer calling Equal() method of time.Time (# 7529)
  > a8e6e11 .*: Use `strings.ReplaceAll(.....)` (# 7554)
  > 6d97688 xds/xdsclient: Fix flaky test TestLRSClient  (# 7559)
  > cfd14ba encoding: delete v1 proto codec and use one map for registry (# 7557)
  > 3d95421 Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (# 7528)
  > e4b09f1 Remove trailing whitespace in testing.yml (# 7551)
  > 0a5b8f7 balancer: disallow producer streams until SubConn has reported READY (# 7523)
  > 9ab8b62 Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (# 7356)
  > 7e12068 bootstrap: add `String` method to ServerConfigs type (# 7537)
  > ee5cbce ringhash: fix bug where ring hash can be stuck in transient failure despite having available endpoints (# 7364)
  > 1e2bb71 doc: update keepalive ClientParameters doc about doubling the interval upon GOAWAY (# 7469)
  > 6a5a283 Use builtin min and max functions (# 7478)
  > 90caeb3 deps: update dependencies for all modules (# 7531)
  > f8d98a4 rbac: fix usage of AuthInfo (# 7522)
  > 4e29cc6 transport: add timeout for writing GOAWAY on http2Client.Close() (# 7371)
  > b45fc41 Change version to 1.67.0-dev (# 7520)
bumping knative.dev/pkg aaab500...aabe552:
  > aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094)
  > a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093)
bumping cloud.google.com/go/compute/metadata 44b3a7d...7959a9f:
  > 7959a9f bigquery: support struct field parameters
  > a64eb5d bigquery: support array query parameters
  > 2861f2e bigquery: support scalar query parameters
  > a2e776e civil: civil time types
  > 918f8d5 fields: test that a tagged field takes precedence
  > e86221f bigtable/bttest: RowKeyFilter support in emulator.
  > 648bc87 bigquery: support BYTES data type
  > 7bb67ec bigtable/bttest: TimestampRangeFilter improvements
  > 8b767ae fields: simplify dominantField
  > 8ee8376 fields: add Match optimizations
  > 73d4824 fields: test Match against encoding/json
  > 7c5df9f fields: match first field by index
  > 5eaf111 bigquery: support deleting a dataset
  > 7c389bf fields: add Match
  > f673f79 fields: add helper functions tests
  > 0f101d5 fields: add package documentation
  > c15c479 fields: add a cache
  > 13f29f4 fields: support saving additional tag information
  > 65303b0 fields: support the ability to ignore fields
  > 367b809 translate: introduce Format type for Options.Format
  > 6e0acfc bigquery: fix doc, PageInfo.PageToken is now PageInfo.Token
  > 03e650f regenerate from toolkit
  > 0b5cbaa storage: return ErrBucketNotExist from iterator
  > 92f92a9 fields: add a test for an unexported anonymous struct field with a tag
  > 93c784f fields: test that unexported anonymous non-struct fields are ignored
  > 1701ed3 fields: test that unexported, tagged field is ignored
  > 9dad079 fields: test against encoding/json
  > 36c2fc7 trace: assign trace IDs and propagate trace context even for requests
  > 4392112 fields: generalize tag parsing
  > cccf8de fields: implement tag precedence
  > 25ab26a fields: initial support for tags
  > 1b78d3f fields: collect all fields
  > 0031a75 fields: omit unexported fields
  > 097ca06 fields: copy FieldsByNameFunc from reflect
  > 9210f07 translate: tests use OAuth or API key
  > ce8c2af bigtable/cbt Make endpoints confgureable
  > 5aca3b7 bigquery: add Job.Wait.
  > 8503b8f internal: add general retry function
  > 2c3878e bigtable/bttest: Add ColumnRangeFilter to the data client and inmem server/emulator
  > 469af35 doc: add example for table creation with schema
  > d8db4b2 bigquery: fix godoc lint errors
  > 2a25109 translate: fix broken TranslateURL test
  > 75d2be6 bigquery: use int64 for Integer columns
  > 15d44a1 language/apiv1beta1: delete beta client
  > fdfe867 regenerate toolkit clients
  > 9e26c6c translate: add model parameter
  > 6274540 bigtable: Fix cbt required flag enforcement
  > 30b36ef translate: add license to generated file
  > a7939fd README: split off older news into a separate file.
  > f296932 translate: support ClientOptions
  > 742f8a0 translate: new REST client from modified discovery doc
  > a218dd7 language/apiv1: add toolkit-generated client
  > 0f372eb Revert "translate: new REST client from modified discovery doc"
  > dba24f8 translate: new REST client from modified discovery doc
  > 9d7cefd Fixed bigquery doc
  > 3e689fc examples/storage: avoid race when reading the default bucket
  > 6d60404 logging: explicitly compare Entry fields in tests
  > b4053c3 CONTRIBUTING.md: adds GCLOUD_TESTS_API_KEY env var as requirement
  > 6e7f52b .travis.yml: add GCLOUD_TESTS_API_KEY
  > c8933d5 storage: retry iterator test on failure
  > b21cc3a trace: fix old datastore key function
  > d7b9ed3 storage: fix encryption test
  > eb6bba1 README: add news about datastore breaking changes.
  > 4b7ac00 datastore: remove Done
  > 976a286 datastore: Client.Close returns error.
  > 71e53a3 datastore: removes NewKey, NewIncompleteKey
  > 8dd42e8 datastore: removes namespace from context
  > d34ae6f datastore: export Key fields
  > 7cab37c README.md: adds announcement of datastore entity values
  > 2ea6b3e datastore: adds example for entity value flatten
  > 2a64f94 datastore: save nested structs as Entity values by default
  > 9fd7589 Error on res.Row=nil from ApplyReadModifyWrite to avoid panic
  > 4ee1ac9 bigquery: more types for RowIterator.Next
  > f789011 pretty: add Diff
  > e4d16e4 bigquery: get dataset metadata
  > 6c65c9a translate: new translate client
  > 3dcec5a storage: encryption keys should be 32-byte AES-256 keys
  > f987161 bigquery: a ValueLoader for maps
  > 5c18a14 storage: switch to general iterator test function
  > 889746e bigquery: relax table-listing integration test
  > 9d503e9 bigquery: support updating a schema
  > ee8b037 bigquery: refactor integration tests
  > de6327f vision: fix doc
  > d3ea1b1 logging: increase the default entry-count threshold
  > 20998e5 logging: bypass JSON serialization if given a structpb.Struct
  > af761d2 bigtable: Use a single-element RowList for SingleRow
  > 09487f7 examples/bigquery/load: fix NewGCSReference call
  > 53ac597 bigtable/emulator: Disable grpc tracing for emulator server
  > 9cd90cb storage: support customer encryption
  > bd2cfb7 bigquery: expose dataset ProjectID and DatasetID fields.
  > 2fc1b44 logging: removes cleaup deletes from integration tests
  > fe28f83 datastore: adds query.Namespace() chain method
  > 8c2dc61 logging: check for exact # of logs in tests
  > 4791784 logadmin: use generated iterators
  > 384ca55 storage: use pointer receiver for ObjectAttrs
  > bd8a5e8 datastore: add new key functions
  > 09d95d9 bigtable/bttest: add emulator support for DeleteCellsInFamily
  > 7ee19e7 bigquery: restore semantics of ForceZeroQuote
  > f7f94a2 bigquery: clean up implementation of LoadSource
  > f9c9ec4 storage: always send destination in compose request
  > 67f57c5 storage: readObject method for tests
  > 28994ff bigtable: Use connection pool by default for data client.
  > 2fa7e44 internal/bundler: remove
  > 5c042ef README: describe recent bigquery changes.
  > 467d489 bigquery: make NewGCSReference a package-level function
  > 40fedcd bigquery: test inserting data with DML.
  > e6cd632 iam: service account Get/SetPolicy methods.
  > 211ec57 Regenerate clients from toolkit
  > bb227e9 bigquery: add example for ReaderSource
  > 0e0c2bb datastore: remove support for gRPC call options
  > 2b8eb37 Adding a TimestampRangeFilter to big table.
  > 4a66ffc errors: fix example in doc comment
  > cfef0f6 pretty: don't panic if we can't call Interface on a value.
  > 871e500 bigquery: remove redundant test
  > 26c2106 bigquery: media upload
  > 634348d pretty: a simple pretty-printer
  > 8981115 logging: add Latency field to HTTPRequest
  > 1d0367c bigtable/bttest: Return proper status codes in emulator for missing tables
  > e46f105 logging: adds more descriptive failure messages to tests
  > e8a0b85 pubsub: remove Done
  > eb53bbf datastore: support gRPC call options.
  > 284dc4b storage: update storage classes
  > 7450882 logging: adds more error reporting to tests
  > 50a7624 go-cloud-debug-agent: restrict building to Linux
  > d2c474b trace: change SamplingPolicy to also make decisions about requests with
  > c54037b pubsub: support IAM
  > 41e8c5d bigquery: inline most customizeXXX methods.
  > 7d1ca04 bigquery: group methods by function
  > 2f2a859 bigquery: remove Tables type
  > ac529ef bigquery: examples
  > 0a03e3b bigquery: improve package doc
  > 8274d91 bigquery: pass Schema to ValueLoader
  > 7d2c252 bigquery: replace UploadOptions with Uploader fields
  > d1e1a45 bigquery: remove deprecated code, replace Read methods
  > 61a09b4 storage: retry calls
  > 3d8e7fa storage,iam: remove extraneous test logging
  > f03e341 longrunning: use 1.6 context
  > 10d3f88 longrunning: initial design
  > 9429d70 Regenerate from updated toolkit
  > c58fd90 pubsub: fix package doc
  > 0510646 pubsub: deprecate Done
  > 324a60e datastore: fixes loading issue with []struct{[]byte}}
  > 9140aa5 logadmin: link in audit log proto.
  > fc7a628 iam: initial design
bumping google.golang.org/genproto/googleapis/rpc 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Sep 23, 2024
1 parent 83d44d7 commit 912080c
Show file tree
Hide file tree
Showing 44 changed files with 811 additions and 367 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ require (
k8s.io/client-go v0.30.3
k8s.io/code-generator v0.30.3
knative.dev/caching v0.0.0-20240917132721-b5ae36e21a38
knative.dev/eventing v0.42.1-0.20240918141338-17088813b4e0
knative.dev/eventing v0.42.1-0.20240920101414-2869c6c6773e
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d
knative.dev/pkg v0.0.0-20240917091217-aaab500c26c4
knative.dev/reconciler-test v0.0.0-20240911144508-6372b7a0c4b1
knative.dev/pkg v0.0.0-20240923063442-aabe552ba5e6
knative.dev/reconciler-test v0.0.0-20240919063827-0cb8938be2e4
knative.dev/serving v0.42.1-0.20240918151432-51d95f6220b2
sigs.k8s.io/yaml v1.4.0
)
Expand All @@ -33,7 +33,7 @@ require (
cloud.google.com/go v0.114.0 // indirect
cloud.google.com/go/auth v0.5.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
cloud.google.com/go/storage v1.42.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
Expand Down Expand Up @@ -140,9 +140,9 @@ require (
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a // indirect
google.golang.org/grpc v1.66.2 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.67.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
28 changes: 14 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvf
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
cloud.google.com/go/compute/metadata v0.5.0 h1:Zr0eK8JbFv6+Wi4ilXAR8FJ3wyNdpxHKJNPos6LTZOY=
cloud.google.com/go/compute/metadata v0.5.0/go.mod h1:aHnloV2TPI38yx4s9+wAZhHykWvVCfu7hQbF+9CWoiY=
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
cloud.google.com/go/firestore v1.4.0/go.mod h1:NjjGEnxCS3CAKYp+vmALu20QzcqasGodQp48WxJGAYc=
Expand Down Expand Up @@ -1250,10 +1250,10 @@ google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6D
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20240528184218-531527333157 h1:u7WMYrIrVvs0TF5yaKwKNbcJyySYf+HAIFXxWltJOXE=
google.golang.org/genproto v0.0.0-20240528184218-531527333157/go.mod h1:ubQlAQnzejB8uZzszhrTCU2Fyp6Vi7ZE5nn0c3W8+qQ=
google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a h1:KyUe15n7B1YCu+kMmPtlXxgkLQbp+Dw0tCRZf9Sd+CE=
google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a/go.mod h1:4+X6GvPs+25wZKbQq9qyAXrwIRExv7w0Ea6MgZLZiDM=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a h1:EKiZZXueP9/T68B8Nl0GAx9cjbQnCId0yP3qPMgaaHs=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240808171019-573a1156607a/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 h1:wKguEg1hsxI2/L3hUYrpo1RVi48K+uTyzKqprwLXsb8=
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142/go.mod h1:d6be+8HhtEtucleCbxpPW9PA9XwISACu8nvpPqF0BVo=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 h1:e7S5W7MGGLaSu8j3YjdezkZ+m1/Nm0uRVRMEMGk26Xs=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
Expand All @@ -1273,8 +1273,8 @@ google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM
google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8=
google.golang.org/grpc v1.66.2 h1:3QdXkuq3Bkh7w+ywLdLvM56cmGvQHUMZpiCzt6Rqaoo=
google.golang.org/grpc v1.66.2/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y=
google.golang.org/grpc v1.67.0 h1:IdH9y6PF5MPSdAntIcpjQ+tXO41pcQsfZV2RxtQgVcw=
google.golang.org/grpc v1.67.0/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down Expand Up @@ -1395,16 +1395,16 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/caching v0.0.0-20240917132721-b5ae36e21a38 h1:EZNKmCd6deSxviu+QbVX/1cskmfHjxhgGjNH+Y+urfo=
knative.dev/caching v0.0.0-20240917132721-b5ae36e21a38/go.mod h1:N14EwBxAijNXfVVx7Oa5uMSLvQm5NqjZiqTgXtauh6Y=
knative.dev/eventing v0.42.1-0.20240918141338-17088813b4e0 h1:ZHRNK5wxqQS5NoOYBE7V0Mr8fGcH4sGPpV7HAfTmZlI=
knative.dev/eventing v0.42.1-0.20240918141338-17088813b4e0/go.mod h1:CguA8wPeeeED9ZIAJ+NqCo8fGj1W3gkEvTQs7Enk/oo=
knative.dev/eventing v0.42.1-0.20240920101414-2869c6c6773e h1:Dtofpi/9NAluYE31UdAdBy1twTDVZv8juoo0M71vIP4=
knative.dev/eventing v0.42.1-0.20240920101414-2869c6c6773e/go.mod h1:CguA8wPeeeED9ZIAJ+NqCo8fGj1W3gkEvTQs7Enk/oo=
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d h1:mgROhGJG3+g0SBkaG4Y2HxrIOLN3ZZcN4+IFZla+Zqs=
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/networking v0.0.0-20240916143514-6c832c6e62a9 h1:NVjKxrfNd/4baWpxBPJIj6i4zTdxzH4x91OyAhRh/qw=
knative.dev/networking v0.0.0-20240916143514-6c832c6e62a9/go.mod h1:xEJLS8zsDQSRFN70ZO6jKHcmlzZ3+Rg9zueKiFg6V1E=
knative.dev/pkg v0.0.0-20240917091217-aaab500c26c4 h1:1yMPCa3CnWH8darWwC3YxBJC19ZvE/XNA4RtNnxKPDM=
knative.dev/pkg v0.0.0-20240917091217-aaab500c26c4/go.mod h1:ZK0e9aChRwXJCpT8cypwvn/bJYTo6ygmyjiaz0E32EY=
knative.dev/reconciler-test v0.0.0-20240911144508-6372b7a0c4b1 h1:xjbWUo5ex3JGGJKLc+ycx0tG3uKfSTdt0o/4K+uCW1M=
knative.dev/reconciler-test v0.0.0-20240911144508-6372b7a0c4b1/go.mod h1:iePXOW89tyXNWqr/EeIH5jjH+kdTaMwG5zpvNjkzRtM=
knative.dev/pkg v0.0.0-20240923063442-aabe552ba5e6 h1:3x7jZIppPg3PYUPq+tMUdfW1BIz1Do7Y/gWopZZKfg8=
knative.dev/pkg v0.0.0-20240923063442-aabe552ba5e6/go.mod h1:IQi7fVFvQa6UpNnSpzlAiNPMtTvIj4MHj4vSD/PulCE=
knative.dev/reconciler-test v0.0.0-20240919063827-0cb8938be2e4 h1:64AsOs3D0kdTVC9eAtY7jbVh0BaCSZfTtMgIYaQWHgo=
knative.dev/reconciler-test v0.0.0-20240919063827-0cb8938be2e4/go.mod h1:nXvaMk3Czw2mi5J4A3aQNRi9aEJPJh/SQJdSL/8qBFM=
knative.dev/serving v0.42.1-0.20240918151432-51d95f6220b2 h1:8CwmgI8UJ62t0aeNV83pLCzYf9wpylVxaAAgVnfOqnU=
knative.dev/serving v0.42.1-0.20240918151432-51d95f6220b2/go.mod h1:XwbQyChOhya1BucQO5BcwMq/bFG8KvMnWyGuP6rlpPw=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
Expand Down
19 changes: 19 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/CHANGES.md

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

Loading

0 comments on commit 912080c

Please sign in to comment.