Skip to content

Commit

Permalink
upgrade to latest dependencies (#1780)
Browse files Browse the repository at this point in the history
bumping github.com/go-openapi/swag 0579829...b3e7a53:
  > b3e7a53 fix(mangling): fixed name mangling when special chars are substituted
  > 0ddf107 fix(ci): muted warnings in CI runs due to cache conflicts
  > 11b0957 fix(yaml): make MarshalYAML deterministic
  > 3f60c98 fix(yaml): handled null values from JSON
  > 80e31a2 fixed broken godoc badge in readme (# 74)
  > cb87dba fixed broken link in readme (# 73)
  > cd381d7 updated & relinted (# 70)
  > 4de0676 fix: windows support for loading files (# 71)
  > f28dd7a check for nil pointers before calling IsZero. (# 67)
bumping cloud.google.com/go 3ed3d54...26b5106:
  > 26b5106 chore(main): release 0.112.2 (# 9587)
  > fbf19aa chore(all): update deps (major) (# 9599)
  > 85fbd65 chore(main): release bigquery 1.60.0 (# 9425)
  > 1f4d279 feat(storage): new storage control client (# 9631)
  > fbeabdb test(storage): remove skip for objects.insert retry conformance test (# 9637)
  > d3fa28a test(auth): use faker secrets to not trip up GH (# 9650)
  > a07bf1d fix(bigquery/storage/managedwriter): fix flowcontrol refund on error (# 9649)
  > 1f7fb5c chore(all): update deps (# 9598)
  > f8ff971 feat(gkebackup): add smart scheduling (# 9644)
  > a0978d8 feat(auth): make package externalaccount public (# 9633)
  > 48a9258 fix(bigquery/storage/managedwriter): retry improvements (# 9642)
  > a7abf56 chore: release main (# 9615)
  > 75d0768 feat(cloudcontrolspartner): new clients (# 9643)
  > 94f9463 feat(aiplatform): Add Optimized feature store proto (# 9635)
  > 5de7452 chore(cloudcontrolspartner): add config to generate apiv1beta (# 9641)
  > 4d7b78e test(storage): add conformance tests for endpoints on SignURLs (# 9346)
  > 52cf7d7 feat(auth): add downscope.Options.UniverseDomain (# 9634)
  > 16efbb5 fix(auth): read universe_domain from all credentials files (# 9632)
  > cddd528 chore(networkmanagement): deprecate legacy fields related to load balancing (# 9620)
  > d0fe7f9 chore(storage): remove benchmark from go.work (# 9611)
  > b6574aa fix(storage): retry errors from last recv on uploads (# 9616)
  > 26c7ce1 refactor(auth): move things around and rename (# 9621)
  > 2db8671 chore(auth): update error msg prefixes from move (# 9614)
  > 7bec97b fix(auth): port sts expires fix (# 9618)
  > 3618d3f feat(auth): add UniverseDomain to DetectOptions (# 9536)
  > cc64719 chore(auth): loosen impersonation URL regex for universe support (# 9619)
  > 33ab68c test(storage): fix retry conformance test skip (# 9617)
  > 1ef5b19 chore: correct Go package (# 9609)
  > ce18838 chore(storage/control): add config to generate apiv2 (# 9613)
  > 092baae chore: release main (# 9608)
  > 443914f feat(secretmanager): new client apiv1beta2 (# 9610)
  > 69cb240 feat(auth): refactor public sigs to use Credentials (# 9603)
  > 81281c0 perf(storage): remove protobuf's copy of data on unmarshalling (# 9526)
  > a3bb7c0 feat(dataplex): added client side library for the followings (# 9592)
  > 922f16e test(pubsub): fix race condition in ordering integration (# 9604)
  > 6989196 Revert "chore(storage/control): add config to generate apiv2 (# 9600)" (# 9606)
  > 0be35b0 chore(main): release spanner 1.60.0 (# 9601)
  > 79efda0 chore: add header & system param docs (# 9591)
  > 1c9a26e chore(storage/control): add config to generate apiv2 (# 9600)
  > 37ef892 chore(spanner): release v1.60.0 (# 9597)
  > e4b663c feat: allow attempt direct path xds via env var (# 9582)
  > 1a04baf feat(auth): move credentials to base auth package (# 9590)
  > 93c7bc0 chore(secretmanager): add config to generate apiv1beta2 (# 9593)
  > d6b1088 chore(internal/postprocessor): add validation command and CI (# 9575)
  > 141f2a5 chore: release main (# 9571)
  > 25c3f2d feat(datacatalog): Add RANGE type to Data Catalog (# 9573)
  > 30b038d fix(all): release protobuf dep bump (# 9586)
  > 424b716 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /auth/oauth2adapt (# 9581)
  > 035ca18 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /internal/godocfx (# 9578)
  > 5e4815d chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /internal/examples/mock (# 9579)
  > 9490416 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /internal/aliasgen (# 9580)
  > 87a101f chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /internal/examples/fake (# 9577)
  > 42c0f35 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /internal/generated/snippets (# 9576)
  > da6e854 chore(deps): bump google.golang.org/protobuf in /internal/gapicgen (# 9574)
  > 05f58cc feat(aiplatform): add v1beta1 StreamingFetchFeatureValues API (# 9568)
  > e881afd test(bigtable): Use existing cluster for integration tests (# 9509)
  > e078458 feat(vertexai/genai): update to latest protos (# 9555)
  > 514ef8b chore(ci): update postprocessor sha (# 9569)
  > cd36506 fix(bigtable): Accept nil RowSet to read all rows (# 9327)
  > 5109154 chore(main): release spanner 1.59.0 (# 9527)
  > f799597 fix(spanner): add JSON_PARSE_ARRAY to funcNames slice (# 9557)
  > 023b8dd chore(internal/postprocessor): process new mods (# 9567)
  > b6c9ce9 chore: release main (# 9537)
  > 9d6b29d feat(securitycenter): new client(s) (# 9562)
  > b8cf40b feat(apphub): new client(s) (# 9564)
  > 601f21a feat(cloudcontrolspartner): new client(s) (# 9563)
  > ccfe599 feat(dialogflow): added text sections to the submitted summary (# 9538)
  > a8781d5 chore(ci): fix post processor config (# 9558)
  > 8589f41 fix(auth): remove content-type header from idms get requests (# 9508)
  > 7c910c8 chore(deps): ignore arrow and go-github (# 9554)
  > 3878315 chore(all): update deps (# 9544)
  > 71dc4c6 chore(main): release storage 1.39.1 (# 9524)
  > ae7dc65 chore(apphub): add config to generate apiv1 (# 9550)
  > 50fcc6e chore(main): release bigtable 1.22.0 (# 9551)
  > 74dcd1f chore(securitycenter): add config to generate apiv2 (# 9549)
  > 3f4d7c2 chore(cloudcontrolspartner): add config to generate apiv1 (# 9548)
  > 48614ab chore(bigtable): release 1.22.0 (# 9547)
  > 511d9b2 fix(vertexai): clarify Client.GenerativeModel documentation (# 9533)
  > f0a2781 chore: re-drop weak refs to parent modules and tag (# 9545)
  > bdf2f17 chore(main): release auth 0.1.1 (# 8920)
  > 9b97ce7 feat(spanner/spansql): support Table rename & Table synonym (# 9275)
  > f1bca4c fix(vertexai): clarify documentation of NewClient (# 9532)
  > 0f56155 feat(networkmanagement): add new NAT fields to Network Management API definition (# 9523)
  > 29d2c7d feat(vertexai/genai): change TopK to int (# 9522)
  > c250928 feat: Add aggregate support to the bigtable emulator (# 9530)
  > 5b6b8be fix(auth/impersonate): properly send default detect params (# 9529)
  > 2504e26 chore: remove some labels no longer being used (# 9531)
  > 87d7ea9 feat(spanner): add support of float32 type (# 9525)
  > 386bef3 fix(storage): add object validation case and test (# 9521)
  > a75c8b6 chore(main): release pubsub 1.37.0 (# 9517)
  > e2c9a95 chore(internal/protoveneer): support custom field converters (# 9456)
  > 86ec5c0 chore: release main (# 9511)
  > a74cbbe docs(netapp): mark optional fields explicitly in Storage Pool (# 9513)
  > 9bba269 feat(pubsub): support kinesis ingestion admin (# 9458)
  > 5ca0271 feat(logging/logadmin): allow logging PageSize to override (# 9409)
  > e68777c chore(main): release spanner 1.58.0 (# 9423)
  > 6deb969 docs(pubsub): check for nil responses for receive examples (# 9516)
  > e54989e chore: remove old samples that no longer compile (# 9510)
  > 1cf28f6 docs(run): clarify some defaults and required or optional values (# 9505)
  > dbd8f28 chore(main): release firestore 1.15.0 (# 8918)
  > d320daa doc(datastore): Add document around FitlerField (# 7536)
  > 07ece0f chore: release main (# 9484)
  > b06f2b9 chore(all): update deps (# 9467)
  > e5d0c2f doc(storage): update gRPC docs (# 9488)
  > ae1f547 feat(compute): Update Compute Engine API to revision 20240220 (# 886) (# 9485)
  > 58f5c44 chore(main): release storage 1.39.0 (# 9457)
  > bcc64a6 chore(main): release pubsub 1.36.2 (# 9424)
  > d130d86 feat(securitycenter): Add container.create_time, vulnerability.offending_package, vulnerability.fixed_package, vulnerability.security_bulletin, vulnerability.cve.impact, vulnerability.cve.exploitation_activity, vulnerability.cve.observed_in_the_wild, v... (# 9473)
  > 1abbcad chore(chat): revert "add config to generate apiv1 (# 9480)" (# 9481)
  > 2ac1bcc test(pubsub): remove duplicate ctx assignment in ordered keys test (# 9476)
  > 2577611 chore(chat): add config to generate apiv1 (# 9480)
  > f0e0d4b chore(vertexai/genai): update to latest proto version (# 9454)
  > e89fd6c fix(pubsub): fix out of order issue when exactly once is enabled (# 9472)
  > 92e7b7f chore: release main (# 9455)
  > c1f4bc8 feat(alloydb): support for obtaining the public IP address of an Instance (# 9470)
bumping github.com/jmespath/go-jmespath 3d4fd11...b0104c8:
  > b0104c8 Merge branch 'fix-lint' into master
  > 16a8ce5 Merge branch 'ci' into master
  > ee361fd Fix linting issues
  > 17482ba Merge pull request # 54 from ajorg-aws/master
  > 6e3b2fd Use go mod download instead of go get
  > c0964bb Add golangci-lint to lint checks
  > b89213a Standardize license
  > 5ff2f1c Switch from travis to GitHub actions
  > 054588b Fix lint issues with generated code
  > 46f0ea9 Add github actions workflow
  > f79a7cd Fix error message flagged from linter
bumping google.golang.org/protobuf ec47fd1...242df22:
  > 242df22 all: release v1.34.0
  > c2b76ee all: fix deprecated
  > e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages
  > c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability
  > d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls
  > 94bb78c proto: return an error instead of producing invalid wire format
  > 671c2db [proto] use the correct parent when resolving features for extensions
  > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap
  > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension
  > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files
  > bab4b5d protobuf: support gaps in edition defaults calculation
  > a18684d protobuf: fix delimited fields under editions in go
  > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo()
  > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations)
  > 87fded5 internal/impl: ensure proto.HasExtension does not allocate
  > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist.
  > 4fd828f proto: extend Unmarshal documentation, include an example
  > c69658e proto: extend Marshal documentation, include an example
  > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response
  > dea00b5 all: enable editions support
  > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto
  > 3039476 all: implement proto2/proto3 as editions [2/2]
  > 7259b46 all: implement proto2/proto3 as editions [1/2]
  > f563685 all: use subtests to identify the message type
  > e216807 all: start v1.33.0-devel

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored May 6, 2024
1 parent b2dbd8d commit c0c5de6
Show file tree
Hide file tree
Showing 149 changed files with 11,966 additions and 9,762 deletions.
47 changes: 24 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,28 @@ require (
go.uber.org/zap v1.27.0
gocloud.dev v0.22.0
golang.org/x/mod v0.17.0
golang.org/x/oauth2 v0.19.0
google.golang.org/api v0.172.0
golang.org/x/oauth2 v0.20.0
google.golang.org/api v0.177.0
istio.io/api v0.0.0-20231206023236-e7cadb36da57
istio.io/client-go v1.18.7
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/caching v0.0.0-20240416165252-b8488ea65413
knative.dev/eventing v0.41.0
knative.dev/hack v0.0.0-20240404013450-1133b37da8d7
knative.dev/pkg v0.0.0-20240416145024-0f34a8815650
knative.dev/serving v0.41.0
knative.dev/caching v0.0.0-20240506061633-0e575a37752a
knative.dev/eventing v0.41.1-0.20240506052048-07ebf115579e
knative.dev/hack v0.0.0-20240426013324-abdcdea830f0
knative.dev/pkg v0.0.0-20240506063849-f69d19cde324
knative.dev/serving v0.41.1-0.20240506120822-9f695f31e045
sigs.k8s.io/yaml v1.4.0
)

require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/compute v1.24.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go v0.112.2 // indirect
cloud.google.com/go/auth v0.3.0 // 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/iam v1.1.7 // indirect
cloud.google.com/go/storage v1.40.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
Expand All @@ -41,8 +42,8 @@ require (
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-storage-blob-go v0.13.0 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
Expand All @@ -55,18 +56,18 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.20.4 // indirect
github.com/go-openapi/swag v0.22.7 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -84,7 +85,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
Expand All @@ -95,13 +96,13 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/openzipkin/zipkin-go v0.4.2 // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.52.3 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rickb777/date v1.13.0 // indirect
Expand Down Expand Up @@ -133,17 +134,17 @@ require (
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.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.29.2 // indirect
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
knative.dev/networking v0.0.0-20240418213116-979f63728302 // indirect
knative.dev/networking v0.0.0-20240426014613-6886f781ea6a // indirect
sigs.k8s.io/controller-runtime v0.7.2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Expand Down
Loading

0 comments on commit c0c5de6

Please sign in to comment.