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

chore(deps): bump the gomod-update group across 1 directory with 7 updates #179

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod-update group with 7 updates in the / directory:

Package From To
github.com/digitalocean/godo 1.132.0 1.137.0
github.com/goccy/go-json 0.10.4 0.10.5
github.com/golang-migrate/migrate/v4 4.18.1 4.18.2
github.com/samber/lo 1.47.0 1.49.1
github.com/slack-go/slack 0.15.0 0.16.0
golang.org/x/oauth2 0.24.0 0.26.0
golang.org/x/sync 0.10.0 0.11.0

Updates github.com/digitalocean/godo from 1.132.0 to 1.137.0

Release notes

Sourced from github.com/digitalocean/godo's releases.

v1.137.0

v1.136.0

v1.135.0

v1.134.0

Note: This release contains functionality in closed beta. If you are not a member of the beta group for this feature, you will not be able to use it until it has been more widely released. Please watch the official DigitalOcean changelog for updates.

v1.133.0

  • #769 - @​guptado - support partner interconnect attachment operations
  • #767 - @​loosla - [kubernetes]: make kubernetes maintenance_policy day case insensitive
Changelog

Sourced from github.com/digitalocean/godo's changelog.

[v1.137.0] - 2025-02-12

[v1.136.0] - 2025-01-28

[v1.135.0] - 2025-01-27

[v1.134.0] - 2025-01-15

[v1.133.0] - 2025-01-10

  • #769 - @​guptado - support partner interconnect attachment operations
  • #767 - @​loosla - [kubernetes]: make kubernetes maintenance_policy day case insensitive
Commits

Updates github.com/goccy/go-json from 0.10.4 to 0.10.5

Release notes

Sourced from github.com/goccy/go-json's releases.

0.10.5

What's Changed

New Contributors

Full Changelog: goccy/go-json@v0.10.4...v0.10.5

Commits

Updates github.com/golang-migrate/migrate/v4 from 4.18.1 to 4.18.2

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.18.2

Changelog

  • e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
  • e22d012 Don't output sensitive information on error
  • e5a152b Drop support for Azure SQL Edge
  • 12c619e Fix CI (#1222)
  • bc06922 Update dktest from v0.4.3 to v0.4.4
  • 7651c8a linter fixes
Commits
  • d477553 Merge pull request #1195 from golang-migrate/dependabot/go_modules/github.com...
  • e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
  • 7651c8a linter fixes
  • e5a152b Drop support for Azure SQL Edge
  • 12c619e Fix CI (#1222)
  • bc06922 Update dktest from v0.4.3 to v0.4.4
  • c378583 Merge pull request #1162 from rselbach/rselbach/no-sensitive-info
  • e22d012 Don't output sensitive information on error
  • See full diff in compare view

Updates github.com/samber/lo from 1.47.0 to 1.49.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.49.1

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

What's Changed

Feature

Fix

Refactor

New Contributors

... (truncated)

Commits

Updates github.com/slack-go/slack from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/slack-go/slack's releases.

v0.16.0

[!WARNING]
This release may mean a breaking change! Read below for more although for most folks this should all be fine.

👋 Hi folks,

I've tried my best to keep this version to just non-breaking changes but there are a couple of changes that might introduce breaking changes in rare circumstances.

If you're upgrading, please pay special attention to:

If you were using only what we provide in the library, this is a non-breaking change, but if not, it may be considered a breaking change.

Next release will likely bring a few required breaking changes (hard deprecations for example).

Thank you to everyone that contributed to this release 🥳

What's Changed

New Contributors

Full Changelog: slack-go/slack@v0.15.0...v0.16.0

Commits
  • 209ec09 Add assistant app thread message subtype (#1368)
  • 9672f44 Add ID() to the Block interface (#1359)
  • 3d65d90 Fix linting issues
  • 7d458ac Update unit tests to assert on ID()
  • 1992e48 Add ID function to the Block interface
  • 76e627a add enable_section option for UserGroup API (#1364)
  • 9bca9de make CreateUserGroupParam private
  • 6615a26 add enable_section option for UserGroup API
  • 1c78410 Additional field to the File structure (#1370)
  • 383179b add CC to File struct for email file
  • Additional commits viewable in compare view

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

Commits
  • b9c813b google: add warning about externally-provided credentials
  • 49a531d all: make method and struct comments match the names
  • See full diff in compare view

Updates golang.org/x/sync from 0.10.0 to 0.11.0

Commits
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the gomod-update group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.132.0` | `1.137.0` |
| [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.1` | `4.18.2` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` |
| [github.com/slack-go/slack](https://github.com/slack-go/slack) | `0.15.0` | `0.16.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.24.0` | `0.26.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.10.0` | `0.11.0` |



Updates `github.com/digitalocean/godo` from 1.132.0 to 1.137.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.132.0...v1.137.0)

Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.10.4...v0.10.5)

Updates `github.com/golang-migrate/migrate/v4` from 4.18.1 to 4.18.2
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.18.1...v4.18.2)

Updates `github.com/samber/lo` from 1.47.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.49.1)

Updates `github.com/slack-go/slack` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/history.go)
- [Commits](slack-go/slack@v0.15.0...v0.16.0)

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

Updates `golang.org/x/sync` from 0.10.0 to 0.11.0
- [Commits](golang/sync@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/slack-go/slack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-update-b85503ef03 branch February 19, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants