Skip to content

Commit

Permalink
upgrade to latest dependencies (#2511)
Browse files Browse the repository at this point in the history
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 knative.dev/eventing 1708881...2869c6c:
  > 2869c6c Enhance tests for v1b3 event type, new attrs (# 8197)
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/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 google.golang.org/genproto/googleapis/rpc 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
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)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Sep 23, 2024
1 parent 1937499 commit 2312afc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ require (
k8s.io/client-go v1.5.2
k8s.io/klog/v2 v2.130.1
knative.dev/client/pkg v0.0.0-20240909014508-fd0126d099c7
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/pkg v0.0.0-20240923063442-aabe552ba5e6
knative.dev/serving v0.42.1-0.20240918151432-51d95f6220b2
)

require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
dario.cat/mergo v1.0.0 // indirect
Expand Down Expand Up @@ -273,9 +273,9 @@ require (
golang.org/x/time v0.6.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-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/ini.v1 v1.67.0 // indirect
Expand Down
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZ
cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
cloud.google.com/go/compute/metadata v0.2.1/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM=
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
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/contactcenterinsights v1.3.0/go.mod h1:Eu2oemoePuEFc/xKFPjbTuPSj0fYJcPls9TFlPNnHHY=
cloud.google.com/go/contactcenterinsights v1.4.0/go.mod h1:L2YzkGbPsv+vMQMCADxJoT9YiTTnSEd6fEvCeHTYVck=
cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w=
Expand Down Expand Up @@ -2553,15 +2553,15 @@ google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a/go.
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig=
google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig=
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig=
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/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/bytestream v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:ylj+BE99M198VPbBh6A8d9n3w8fChvyLK3wwBOjXBFA=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a/go.mod h1:xURIpW9ES5+/GZhnV6beoEtxQrnkRGIfP5VQG2tCBLc=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:66JfowdXAEgad5O9NnYcsNPLCPZJD++2L9X0PCMODrA=
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/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.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down Expand Up @@ -2604,8 +2604,8 @@ google.golang.org/grpc v1.52.0/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5v
google.golang.org/grpc v1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw=
google.golang.org/grpc v1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g=
google.golang.org/grpc v1.55.0/go.mod h1:iYEXKGkEBhg1PjZQvoYEVPTDkHo1/bjTnfwTeGONTY8=
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/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
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=
Expand Down Expand Up @@ -2739,14 +2739,14 @@ knative.dev/client-pkg v0.0.0-20240903141311-eb73a58a643f h1:z9Oxc+vpsoYrsyovO8a
knative.dev/client-pkg v0.0.0-20240903141311-eb73a58a643f/go.mod h1:LZur1NaQ0sSun/QEZ5R2I99bS5lOW//Y68JLpUEpkJc=
knative.dev/client/pkg v0.0.0-20240909014508-fd0126d099c7 h1:V1L9ejQT1jb0Mu18TWCa776owJ1bQ9qf+n9ySTkQNSM=
knative.dev/client/pkg v0.0.0-20240909014508-fd0126d099c7/go.mod h1:JR3XomuVf2cBqgvXFONkX6Ebf1/gJwUnl/1OH47U18g=
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/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/serving v0.42.1-0.20240918151432-51d95f6220b2 h1:8CwmgI8UJ62t0aeNV83pLCzYf9wpylVxaAAgVnfOqnU=
knative.dev/serving v0.42.1-0.20240918151432-51d95f6220b2/go.mod h1:XwbQyChOhya1BucQO5BcwMq/bFG8KvMnWyGuP6rlpPw=
lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
Expand Down

0 comments on commit 2312afc

Please sign in to comment.