Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2025

Bumps the all group with 9 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.8.0 1.8.1
github.com/aws/aws-sdk-go 1.55.5 1.55.6
github.com/mailgun/mailgun-go/v4 4.16.0 4.22.1
github.com/microsoft/kiota-abstractions-go 1.7.0 1.8.1
github.com/microsoft/kiota-http-go 1.4.5 1.4.7
github.com/microsoft/kiota-serialization-json-go 1.0.8 1.0.9
github.com/microsoftgraph/msgraph-sdk-go 1.50.0 1.60.0
golang.org/x/oauth2 0.23.0 0.26.0
google.golang.org/api 0.200.0 0.220.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.8.1

1.8.1 (2025-01-15)

Bugs Fixed

  • User credential types inconsistently log access token scopes
  • DefaultAzureCredential skips managed identity in Azure Container Instances
  • Credentials having optional tenant IDs such as AzureCLICredential and InteractiveBrowserCredential require setting AdditionallyAllowedTenants when used with some clients

Other Changes

  • ChainedTokenCredential and DefaultAzureCredential continue to their next credential after ManagedIdentityCredential receives an unexpected response from IMDS, indicating the response is from something else such as a proxy
Commits
  • d5e09ea Prepare azidentity v1.8.1 for release (#23954)
  • af8249d Increment package version after release of storage/azblob (#23940)
  • 8b21042 Increment package version after release of storage/azdatalake (#23958)
  • a44e152 Release storage stg96 azdatalake preview (#23957)
  • b11c1a5 Relax tenant verification for credentials having optional tenant IDs (#23951)
  • e557039 remove erroneous package inclusion during package-properties evaluation (#23948)
  • 0fb4336 Increment package version after release of messaging/azservicebus (#23950)
  • b1480a2 Updating docs.microsoft.com to learn.microsoft.com (#23934)
  • 786b0be Credential chains continue iterating after unexpected IMDS responses (#23894)
  • 7d4721b add liftr base package dep to emitter dep list (#23938)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24
Commits
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • See full diff in compare view

Updates github.com/mailgun/mailgun-go/v4 from 4.16.0 to 4.22.1

Release notes

Sourced from github.com/mailgun/mailgun-go/v4's releases.

v4.22.1

What's Changed

Full Changelog: mailgun/mailgun-go@v4.22.0...v4.22.1

v4.22.0

What's Changed

New Contributors

Full Changelog: mailgun/mailgun-go@v4.21.0...v4.22.0

v4.21.0

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.6...v4.21.0

v4.20.6

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.5...v4.20.6

v4.20.5

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.4...v4.20.5

v4.20.4

What's Changed

Full Changelog: mailgun/mailgun-go@v4.20.3...v4.20.4

v4.20.3

What's Changed

... (truncated)

Commits

Updates github.com/microsoft/kiota-abstractions-go from 1.7.0 to 1.8.1

Release notes

Sourced from github.com/microsoft/kiota-abstractions-go's releases.

v1.8.1

Changed

  • Fixed outdated reference to std uri template.

v1.8.0

  • Remove native support for date in std-uritemplate #1.8.0
Changelog

Sourced from github.com/microsoft/kiota-abstractions-go's changelog.

[1.8.1] - 2024-07-09

Changed

  • Fixed outdated reference to std uri template.

[1.8.0] - 2024-07-09

Changed

  • Removed native support for date in std-uritemplate #1.8.0

Added

Commits
  • 4ffb480 Merge pull request #191 from microsoft/fix/outdated-std-reference
  • 1e5c574 fix: outdated std uri template reference
  • 8b331d0 prepare for std uri template 2 and date time drop (#190)
  • 7579d75 Merge pull request #188 from microsoft/chore/guid-tests
  • 214f273 fix: adds workflow dispatch to codeql workflow
  • 58007cf chore: adds unit test to demonstrate guid normalization
  • See full diff in compare view

Updates github.com/microsoft/kiota-http-go from 1.4.5 to 1.4.7

Release notes

Sourced from github.com/microsoft/kiota-http-go's releases.

v1.4.7

Changed

  • Updated HTTP span attributes to comply with updated OpenTelemetry semantic conventions. #182

v1.4.6

Changed

  • Fixed a bug where headers inspection handler would fail upon receiving an error.
Changelog

Sourced from github.com/microsoft/kiota-http-go's changelog.

[1.4.7] - 2024-12-13

Changed

  • Updated HTTP span attributes to comply with updated OpenTelemetry semantic conventions. #182

[1.4.6] - 2024-12-13

Changed

  • Fixed a bug where headers inspection handler would fail upon receiving an error.
Commits
  • 710bf50 Merge pull request #185 from Strazz1337/fix-adhere-to-otel-span
  • 9cce1d8 fix: makes all constants private
  • e1f0d35 fix: normalizes request header constant
  • 3692bb2 chore: bumps patch version
  • 4b14514 Apply suggestions from code review
  • f94251c refactor: use separate file for semantic conventions
  • 3c48333 Merge remote-tracking branch 'upstream/main' into fix-adhere-to-otel-span
  • d695eb6 Merge pull request #189 from zhangyangjing/patch-2
  • ac57f85 chore: adds workflow dispatch to codeql workflow
  • bea82e7 chore: bumps patch version
  • Additional commits viewable in compare view

Updates github.com/microsoft/kiota-serialization-json-go from 1.0.8 to 1.0.9

Release notes

Sourced from github.com/microsoft/kiota-serialization-json-go's releases.

v1.0.9

1.0.9 (2024-12-17)

Bug Fixes

Changelog

Sourced from github.com/microsoft/kiota-serialization-json-go's changelog.

1.0.9 (2024-12-17)

Bug Fixes

Commits
  • 825bd1c Merge pull request #152 from microsoft/release-please--branches--main--compon...
  • 406e870 chore(main): release 1.0.9
  • ff2d255 Merge pull request #151 from microsoft/ci/release-please
  • 1c16092 fix: changelog cleanup
  • b58923e ci: adds release please configuration
  • 14bbec2 Merge pull request #150 from microsoft/dependabot/go_modules/github.com/stret...
  • 6dd6a62 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 1cee8cf Merge pull request #149 from microsoft/dependabot/go_modules/github.com/micro...
  • 856f1d0 Bump github.com/microsoft/kiota-abstractions-go from 1.8.0 to 1.8.1
  • 24887ef Merge pull request #148 from microsoft/dependabot/go_modules/github.com/micro...
  • Additional commits viewable in compare view

Updates github.com/microsoftgraph/msgraph-sdk-go from 1.50.0 to 1.60.0

Release notes

Sourced from github.com/microsoftgraph/msgraph-sdk-go's releases.

v1.60.0

1.60.0 (2025-02-04)

Features

  • generation: update request builders and models (#832) (a780055)

v1.59.0

1.59.0 (2025-01-24)

Features

  • generation: update request builders and models (e945d39)

v1.58.0

1.58.0 (2025-01-17)

Features

  • generation: update request builders and models (#824) (c4a61af)

v1.57.0

1.57.0 (2025-01-08)

Features

  • generation: update request builders and models (#821) (ea84503)

v1.56.0

1.56.0 (2025-01-02)

Features

  • generation: update request builders and models (6de4f2d)

v1.55.0

1.55.0 (2024-12-18)

Features

  • generation: update request builders and models (aa7027f)

v1.54.0

1.54.0 (2024-12-11)

... (truncated)

Changelog

Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.

1.60.0 (2025-02-04)

Features

  • generation: update request builders and models (#832) (a780055)

1.59.0 (2025-01-24)

Features

  • generation: update request builders and models (e945d39)

1.58.0 (2025-01-17)

Features

  • generation: update request builders and models (#824) (c4a61af)

1.57.0 (2025-01-08)

Features

  • generation: update request builders and models (#821) (ea84503)

1.56.0 (2025-01-02)

Features

  • generation: update request builders and models (6de4f2d)

1.55.0 (2024-12-18)

Features

  • generation: update request builders and models (aa7027f)

1.54.0 (2024-12-11)

Features

  • generation: update request builders and models (#813) (d5055be)

1.53.0 (2024-11-28)

... (truncated)

Commits
  • 37bd146 Merge pull request #833 from microsoftgraph/release-please--branches--main--c...
  • 1efba6a chore(main): release 1.60.0
  • a780055 feat(generation): update request builders and models (#832)
  • d7fc577 Merge pull request #830 from microsoftgraph/dependabot/github_actions/dependa...
  • 309fb3c chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
  • 87c5675 Merge pull request #827 from microsoftgraph/release-please--branches--main--c...
  • 4f608e6 chore(main): release 1.59.0
  • 999dbf5 Merge pull request #826 from microsoftgraph/v1.0/pipelinebuild/177586
  • e945d39 feat(generation): update request builders and models
  • f92a0eb chore(main): release 1.58.0 (#825)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.23.0 to 0.26.0

Commits
  • b9c813b google: add warning about externally-provided credentials
  • 49a531d all: make method and struct comments match the names
  • 22134a4 README: don't recommend go get
  • See full diff in compare view

Updates google.golang.org/api from 0.200.0 to 0.220.0

Release notes

Sourced from google.golang.org/api's releases.

v0.220.0

0.220.0 (2025-02-05)

Features

v0.219.0

0.219.0 (2025-01-28)

Features

Documentation

  • option: Add warning about externally-provided credentials (#2978) (45c3513)

v0.218.0

0.218.0 (2025-01-22)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.220.0 (2025-02-05)

Features

0.219.0 (2025-01-28)

Features

Documentation

  • option: Add warning about externally-provided credentials (#2978) (45c3513)

0.218.0 (2025-01-22)

Features

Bug Fixes

  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#2966) (840d496)

... (truncated)

Commits

Updates cloud.google.com/go/auth from 0.9.8 to 0.14.1

Release notes

Sourced from cloud.google.com/go/auth's releases.

auth: v0.14.1

0.14.1 (2025-01-24)

Documentation

  • auth: Add warning about externally-provided credentials (#11462) (49fb6ff)

privatecatalog: v0.10.4

0.10.4 (2025-01-08)

Documentation

  • privatecatalog: Fixed format string formatting (e4e1a49)

ai: v0.10.0

0.10.0 (2025-01-08)

Features

  • ai/generativelanguage: Add civic_integrity toggle (2e4feb9)
  • ai/generativelanguage: Add civic_integrity toggle to generation_config (2e4feb9)
  • ai/generativelanguage: Add GenerateContentRespoinse.model_version (1036734)
  • ai/generativelanguage: Add GoogleSearch tool type (2e4feb9...

    Description has been truncated

Bumps the all group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.6` |
| [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) | `4.16.0` | `4.22.1` |
| [github.com/microsoft/kiota-abstractions-go](https://github.com/microsoft/kiota-abstractions-go) | `1.7.0` | `1.8.1` |
| [github.com/microsoft/kiota-http-go](https://github.com/microsoft/kiota-http-go) | `1.4.5` | `1.4.7` |
| [github.com/microsoft/kiota-serialization-json-go](https://github.com/microsoft/kiota-serialization-json-go) | `1.0.8` | `1.0.9` |
| [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) | `1.50.0` | `1.60.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.26.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.200.0` | `0.220.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1)

Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.6
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.5...v1.55.6)

Updates `github.com/mailgun/mailgun-go/v4` from 4.16.0 to 4.22.1
- [Release notes](https://github.com/mailgun/mailgun-go/releases)
- [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG)
- [Commits](mailgun/mailgun-go@v4.16.0...v4.22.1)

Updates `github.com/microsoft/kiota-abstractions-go` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/microsoft/kiota-abstractions-go/releases)
- [Changelog](https://github.com/microsoft/kiota-abstractions-go/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-abstractions-go@v1.7.0...v1.8.1)

Updates `github.com/microsoft/kiota-http-go` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/microsoft/kiota-http-go/releases)
- [Changelog](https://github.com/microsoft/kiota-http-go/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-http-go@v1.4.5...v1.4.7)

Updates `github.com/microsoft/kiota-serialization-json-go` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/microsoft/kiota-serialization-json-go/releases)
- [Changelog](https://github.com/microsoft/kiota-serialization-json-go/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-serialization-json-go@v1.0.8...v1.0.9)

Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.50.0 to 1.60.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-go@v1.50.0...v1.60.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.26.0
- [Commits](golang/oauth2@v0.23.0...v0.26.0)

Updates `google.golang.org/api` from 0.200.0 to 0.220.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.200.0...v0.220.0)

Updates `cloud.google.com/go/auth` from 0.9.8 to 0.14.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@auth/v0.9.8...auth/v0.14.1)

Updates `cloud.google.com/go/auth/oauth2adapt` from 0.2.4 to 0.2.7
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@netapp/v0.2.4...netapp/v0.2.7)

Updates `cloud.google.com/go/compute/metadata` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@apps/v0.5.2...v0.6.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.14.0 to 1.17.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.14.0...sdk/azcore/v1.17.0)

Updates `github.com/AzureAD/microsoft-authentication-library-for-go` from 1.2.2 to 1.3.2
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-go/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/main/changelog.md)
- [Commits](AzureAD/microsoft-authentication-library-for-go@v1.2.2...v1.3.2)

Updates `github.com/go-chi/chi/v5` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.1.0...v5.2.0)

Updates `github.com/google/s2a-go` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/google/s2a-go/releases)
- [Commits](google/s2a-go@v0.1.8...v0.1.9)

Updates `github.com/googleapis/gax-go/v2` from 2.13.0 to 2.14.1
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.13.0...v2.14.1)

Updates `github.com/mailgun/errors` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/mailgun/errors/releases)
- [Commits](mailgun/errors@v0.3.0...v0.4.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.54.0 to 0.58.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.54.0...zpages/v0.58.0)

Updates `go.opentelemetry.io/otel` from 1.29.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.34.0)

Updates `go.opentelemetry.io/otel/metric` from 1.29.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.34.0)

Updates `go.opentelemetry.io/otel/trace` from 1.29.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.34.0)

Updates `golang.org/x/crypto` from 0.28.0 to 0.32.0
- [Commits](golang/crypto@v0.28.0...v0.32.0)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.34.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.29.0
- [Commits](golang/sys@v0.26.0...v0.29.0)

Updates `golang.org/x/text` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.21.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241007155032-5fefd90f89a9 to 0.0.0-20250127172529-29210b9bc287
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.67.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.70.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.4

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/mailgun/mailgun-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/microsoft/kiota-abstractions-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/microsoft/kiota-http-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/microsoft/kiota-serialization-json-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/auth
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/auth/oauth2adapt
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/AzureAD/microsoft-authentication-library-for-go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/s2a-go
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/mailgun/errors
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issues related to managing and updating project dependencies. go Pull requests that update Go code labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issues related to managing and updating project dependencies. go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant