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

⬆️ Bump the gomod-deps group with 5 updates #569

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the gomod-deps group with 5 updates:

Package From To
github.com/go-gormigrate/gormigrate/v2 2.1.2 2.1.3
github.com/gorilla/sessions 1.3.0 1.4.0
golang.org/x/oauth2 0.22.0 0.23.0
google.golang.org/api 0.195.0 0.199.0
gorm.io/gorm 1.25.11 1.25.12

Updates github.com/go-gormigrate/gormigrate/v2 from 2.1.2 to 2.1.3

Release notes

Sourced from github.com/go-gormigrate/gormigrate/v2's releases.

v2.1.3

Changed

  • Update dependencies
Changelog

Sourced from github.com/go-gormigrate/gormigrate/v2's changelog.

[2.1.3] - 2024-09-23

Changed

  • Update dependencies
Commits
  • 80df09d Merge pull request #223 from go-gormigrate/update-deps
  • e0b38f7 Release 2.1.3
  • 0a0d848 integration-test: pin mssql tag to 2022-CU13-ubuntu-22.04 instead of 2022-latest
  • a25e25d integration-test: cleanup obsolete version in docker-compose
  • 2ef7c88 integration-test: bump go to latest 1.23
  • 669e13e Bump go deps
  • See full diff in compare view

Updates github.com/gorilla/sessions from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/gorilla/sessions's releases.

v1.4.0

Summary

There were new features important for compatibility with some of the upcoming cookie security changes with google that required a new Partitioned attribute be added to the cookies, this attribute was only available in go 1.23, which has just recently been released.

If you require a version that is backward compatible with a lower version than go 1.23 then you'll need to use release v1.3.0.

The following notes show the difference between 1.2.2 and the current version because 1.3.0 was a hotfix for go 1.22 and below.

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.2...v1.4.0

Commits
  • bb4cd60 chore: Update readme to relect go 1.23 release
  • e2083f9 chore: update to go 1.23 for workflows
  • 6eef180 fix: Missing SameSite attribute on options
  • a56e60c Add mysql store to the readme (#279)
  • 466d29e chore: Update readme and copyrights
  • 7a8159e chore(go): Remove go version 1.11 support
  • ff5660f chore(go): Add warning about main branch
  • 8e2d547 chore(go): Remove vendored dependencies
  • See full diff in compare view

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

Commits

Updates google.golang.org/api from 0.195.0 to 0.199.0

Release notes

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

v0.199.0

0.199.0 (2024-09-25)

Features

v0.198.0

0.198.0 (2024-09-19)

Features

v0.197.0

0.197.0 (2024-09-10)

Features

Bug Fixes

  • transport: Set UniverseDomain in http.NewClient for new auth (#2773) (140d0a5)

v0.196.0

0.196.0 (2024-09-03)

... (truncated)

Changelog

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

0.199.0 (2024-09-25)

Features

0.198.0 (2024-09-19)

Features

0.197.0 (2024-09-10)

Features

Bug Fixes

  • transport: Set UniverseDomain in http.NewClient for new auth (#2773) (140d0a5)

0.196.0 (2024-09-03)

Features

... (truncated)

Commits

Updates gorm.io/gorm from 1.25.11 to 1.25.12

Commits
  • 0daaf17 fix: AfterQuery using safer right trim while clearing from clause's join adde...
  • 0dbfda5 fix memory leaks in PrepareStatementDB (#7142)
  • 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

Bumps the gomod-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-gormigrate/gormigrate/v2](https://github.com/go-gormigrate/gormigrate) | `2.1.2` | `2.1.3` |
| [github.com/gorilla/sessions](https://github.com/gorilla/sessions) | `1.3.0` | `1.4.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.195.0` | `0.199.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.11` | `1.25.12` |


Updates `github.com/go-gormigrate/gormigrate/v2` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/go-gormigrate/gormigrate/releases)
- [Changelog](https://github.com/go-gormigrate/gormigrate/blob/master/CHANGELOG.md)
- [Commits](go-gormigrate/gormigrate@v2.1.2...v2.1.3)

Updates `github.com/gorilla/sessions` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/gorilla/sessions/releases)
- [Commits](gorilla/sessions@v1.3.0...v1.4.0)

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

Updates `google.golang.org/api` from 0.195.0 to 0.199.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.195.0...v0.199.0)

Updates `gorm.io/gorm` from 1.25.11 to 1.25.12
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.11...v1.25.12)

---
updated-dependencies:
- dependency-name: github.com/go-gormigrate/gormigrate/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/gorilla/sessions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
...

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 Oct 1, 2024
@dependabot dependabot bot requested a review from iChemy October 1, 2024 04:21
@iChemy
Copy link
Contributor

iChemy commented Oct 7, 2024

1.23 だと QEMU でのクロスコンパイルができないそうなので 1.22 とし,gorilla/session も 1.22 用に下げる

@iChemy iChemy merged commit 44e0642 into main Oct 7, 2024
6 checks passed
@iChemy iChemy deleted the dependabot/go_modules/gomod-deps-3fcba520f8 branch October 7, 2024 10:14
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.

1 participant