Skip to content
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

fix(deps): update golang-modules #430

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/scheduler v1.11.2 -> v1.11.4 age adoption passing confidence
cloud.google.com/go/spanner v1.73.0 -> v1.75.0 age adoption passing confidence
github.com/gruntwork-io/terratest v0.48.1 -> v0.48.2 age adoption passing confidence
google.golang.org/protobuf v1.36.0 -> v1.36.4 age adoption passing confidence

Release Notes

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.48.2

Compare Source

Modules affected

  • shell
  • aws
  • gcp
  • terraform
  • k8s
  • azure
  • database

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.1...v0.48.2

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.4

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.3...v1.36.4

Bug fixes:
CL/642975: reflect/protodesc: fix panic when working with dynamicpb

Maintenance:
CL/643276: internal_gengo: avoid allocations in rawDescGZIP() accessors
CL/642857: internal_gengo: switch back from string literal to hex byte slice
CL/642055: internal_gengo: use unsafe.StringData() to avoid a descriptor copy
CL/638135: internal_gengo: store raw descriptor in .rodata section

v1.36.3

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.2...v1.36.3

Bug fixes:
CL/642575: reflect/protodesc: fix panic when working with dynamicpb
CL/641036: cmd/protoc-gen-go: remove json struct tags from unexported fields

User-visible changes:
CL/641876: proto: add example for GetExtension, SetExtension
CL/642015: runtime/protolazy: replace internal doc link with external link

Maintenance:
CL/641635: all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
CL/641019: internal/impl: remove unused exporter parameter
CL/641018: internal/impl: switch to reflect.Value.IsZero
CL/641035: internal/impl: clean up unneeded Go<1.12 MapRange() alternative
CL/641017: types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type

v1.36.2

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.1...v1.36.2

Bug fixes:
CL/638515: internal/impl: fix WhichOneof() to work with synthetic oneofs

v1.36.1

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.0...v1.36.1

Bug fixes:
CL/638495: internal/impl: revert IsSynthetic() check to fix panic

Maintenance:
CL/637475: internal/errors: delete compatibility code for Go before 1.13


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/golang-modules branch from 1dc75d7 to 69c2f0c Compare January 2, 2025 20:16
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.1 fix(deps): update golang-modules Jan 2, 2025
Copy link

forking-renovate bot commented Jan 2, 2025

ℹ Artifact update notice

File name: terraform/cloud-functions/per-project/test/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 19 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.6
cloud.google.com/go v0.116.0 -> v0.118.1
cloud.google.com/go/compute v1.28.3 -> v1.31.1
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
cloud.google.com/go/iam v1.2.2 -> v1.3.1
cloud.google.com/go/longrunning v0.6.2 -> v0.6.4
cloud.google.com/go/storage v1.47.0 -> v1.50.0
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.1
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/oauth2 v0.24.0 -> v0.25.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
golang.org/x/time v0.8.0 -> v0.9.0
google.golang.org/api v0.206.0 -> v0.218.0
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20250122153221-138b5a5a4fd4
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250124145028-65684f501c47
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250124145028-65684f501c47
google.golang.org/grpc v1.67.1 -> v1.70.0
File name: terraform/gke/unified/test/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.6
cloud.google.com/go v0.116.0 -> v0.118.1
cloud.google.com/go/auth v0.10.2 -> v0.14.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.7
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
cloud.google.com/go/iam v1.2.2 -> v1.3.1
cloud.google.com/go/longrunning v0.6.2 -> v0.6.4
cloud.google.com/go/storage v1.47.0 -> v1.50.0
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.58.0
go.opentelemetry.io/otel v1.29.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.34.0
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/oauth2 v0.24.0 -> v0.25.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
golang.org/x/time v0.8.0 -> v0.9.0
google.golang.org/api v0.206.0 -> v0.218.0
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20250122153221-138b5a5a4fd4
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250124145028-65684f501c47
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250124145028-65684f501c47
google.golang.org/grpc v1.67.1 -> v1.70.0

@renovate-bot renovate-bot force-pushed the renovate/golang-modules branch from 69c2f0c to c712780 Compare January 8, 2025 13:40
@renovate-bot renovate-bot changed the title fix(deps): update golang-modules fix(deps): update module google.golang.org/protobuf to v1.36.2 Jan 15, 2025
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.2 fix(deps): update golang-modules Jan 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-modules branch from c712780 to 4c7d53a Compare January 15, 2025 17:00
@renovate-bot renovate-bot changed the title fix(deps): update golang-modules fix(deps): update module google.golang.org/protobuf to v1.36.3 Jan 16, 2025
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.3 fix(deps): update golang-modules Jan 16, 2025
@renovate-bot renovate-bot changed the title fix(deps): update golang-modules fix(deps): update module google.golang.org/protobuf to v1.36.3 Jan 17, 2025
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.3 fix(deps): update golang-modules Jan 17, 2025
@renovate-bot renovate-bot changed the title fix(deps): update golang-modules fix(deps): update module google.golang.org/protobuf to v1.36.3 Jan 22, 2025
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.3 fix(deps): update golang-modules Jan 22, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-modules branch from 4c7d53a to 2719652 Compare January 24, 2025 16:51
@renovate-bot renovate-bot changed the title fix(deps): update golang-modules fix(deps): update module google.golang.org/protobuf to v1.36.4 Jan 27, 2025
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.4 fix(deps): update golang-modules Jan 27, 2025
@renovate-bot renovate-bot changed the title fix(deps): update golang-modules fix(deps): update module google.golang.org/protobuf to v1.36.4 Jan 29, 2025
@renovate-bot renovate-bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.4 fix(deps): update golang-modules Jan 29, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-modules branch 6 times, most recently from ecdffee to 201545f Compare February 4, 2025 13:24
@renovate-bot renovate-bot force-pushed the renovate/golang-modules branch from 201545f to ac722e4 Compare February 4, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant