-
Notifications
You must be signed in to change notification settings - Fork 57
chore: bump all direct deps #1605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,30 @@ | ||
| module github.com/googleapis/gapic-generator-go | ||
|
|
||
| go 1.22.11 | ||
| go 1.22.7 | ||
|
|
||
| require ( | ||
| cloud.google.com/go/iam v1.3.0 | ||
| cloud.google.com/go/longrunning v0.6.3 | ||
| cloud.google.com/go/iam v1.3.1 | ||
| cloud.google.com/go/longrunning v0.6.4 | ||
| github.com/ghodss/yaml v1.0.0 | ||
| github.com/google/go-cmp v0.6.0 | ||
| github.com/jhump/protoreflect v1.16.0 | ||
| gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a | ||
| golang.org/x/text v0.21.0 | ||
| google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 | ||
| google.golang.org/protobuf v1.35.2 | ||
| google.golang.org/genproto v0.0.0-20250124145028-65684f501c47 | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 | ||
| google.golang.org/protobuf v1.36.4 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/bufbuild/protocompile v0.10.0 // indirect | ||
| github.com/bufbuild/protocompile v0.14.1 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect | ||
| gitlab.com/golang-commonmark/linkify v0.0.0-20191026162114-a0c2df6c8f82 // indirect | ||
| gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect | ||
| gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect | ||
| gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect | ||
| golang.org/x/net v0.33.0 // indirect | ||
| golang.org/x/sys v0.28.0 // indirect | ||
| google.golang.org/grpc v1.67.1 // indirect | ||
| gopkg.in/yaml.v2 v2.2.8 // indirect | ||
| golang.org/x/net v0.34.0 // indirect | ||
| golang.org/x/sys v0.29.0 // indirect | ||
| google.golang.org/grpc v1.70.0 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| ) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,42 +1,43 @@ | ||
| module showcase | ||
|
|
||
| go 1.22 | ||
| go 1.22.7 | ||
|
|
||
| require ( | ||
| cloud.google.com/go v0.116.0 | ||
| cloud.google.com/go/iam v1.3.0 | ||
| cloud.google.com/go v0.118.0 | ||
| cloud.google.com/go/iam v1.3.1 | ||
| github.com/google/go-cmp v0.6.0 | ||
| github.com/googleapis/gapic-showcase v0.35.5 | ||
| github.com/googleapis/gax-go/v2 v2.14.1 | ||
| google.golang.org/api v0.218.0 | ||
| google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f | ||
| google.golang.org/grpc v1.69.4 | ||
| google.golang.org/protobuf v1.36.3 | ||
| google.golang.org/genproto v0.0.0-20250124145028-65684f501c47 | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 | ||
| google.golang.org/grpc v1.70.0 | ||
| google.golang.org/protobuf v1.36.4 | ||
| ) | ||
|
|
||
| require ( | ||
| cloud.google.com/go/auth v0.14.0 // indirect | ||
| cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect | ||
| cloud.google.com/go/compute/metadata v0.6.0 // indirect | ||
| cloud.google.com/go/longrunning v0.6.3 // indirect | ||
| cloud.google.com/go/longrunning v0.6.4 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-logr/logr v1.4.2 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect | ||
| go.opentelemetry.io/otel v1.31.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect | ||
| go.opentelemetry.io/otel v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.34.0 // indirect | ||
| golang.org/x/crypto v0.32.0 // indirect | ||
| golang.org/x/net v0.34.0 // indirect | ||
| golang.org/x/oauth2 v0.25.0 // indirect | ||
| golang.org/x/sync v0.10.0 // indirect | ||
| golang.org/x/sys v0.29.0 // indirect | ||
| golang.org/x/text v0.21.0 // indirect | ||
| golang.org/x/time v0.9.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect | ||
| ) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this downgraded to 1.22.7? Was it due to a local runtime?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was unintentionally bumped higher than needed before. Downgraded.