fix(deps): update module github.com/gin-contrib/sessions to v1.0.2 #606

Merged
nemunaire merged 1 commits from renovate/github.com-gin-contrib-sessions-1.x into master 2025-01-04 11:19:07 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gin-contrib/sessions v1.0.1 -> v1.0.2 age adoption passing confidence

Release Notes

gin-contrib/sessions (github.com/gin-contrib/sessions)

v1.0.2

Compare Source

Changelog

Enhancements
Build process updates

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `v1.0.1` -> `v1.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgin-contrib%2fsessions/v1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgin-contrib%2fsessions/v1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgin-contrib%2fsessions/v1.0.1/v1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgin-contrib%2fsessions/v1.0.1/v1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gin-contrib/sessions (github.com/gin-contrib/sessions)</summary> ### [`v1.0.2`](https://github.com/gin-contrib/sessions/releases/tag/v1.0.2) [Compare Source](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) #### Changelog ##### Enhancements - [`8e4ea71`](https://github.com/gin-contrib/sessions/commit/8e4ea71228a43b859f9bc475be472b55d95519e4): chore: update golang.org/x dependencies to latest versions ([#&#8203;268](https://github.com/gin-contrib/sessions/issues/268)) ([@&#8203;appleboy](https://github.com/appleboy)) - [`ace1fd0`](https://github.com/gin-contrib/sessions/commit/ace1fd0c81ab9bb43bc3e198ee6d146231a21512): chore: switch old store to `snowdreamtech/redistore` ([#&#8203;269](https://github.com/gin-contrib/sessions/issues/269)) ([@&#8203;appleboy](https://github.com/appleboy)) - [`8ff78e1`](https://github.com/gin-contrib/sessions/commit/8ff78e11ff6649daf6c7df06732ea9f5a7076de3): chore: update Go version to 1.20 and adjust related configurations ([@&#8203;appleboy](https://github.com/appleboy)) ##### Build process updates - [`d5f4b3b`](https://github.com/gin-contrib/sessions/commit/d5f4b3b9648ae91b4a0ab6e4e43897bd5088dca4): ci: update CI/CD pipeline and testing configurations ([@&#8203;appleboy](https://github.com/appleboy)) - [`a4432eb`](https://github.com/gin-contrib/sessions/commit/a4432ebf6189651992a51d0804d365f649c3c83e): ci: update CI workflows for Go 1.23 and latest action versions ([@&#8203;appleboy](https://github.com/appleboy)) - [`2f25e13`](https://github.com/gin-contrib/sessions/commit/2f25e13e8ddc6f39d36718751e8b295bcafd309a): ci: update GitHub actions for Redis and MongoDB ([@&#8203;appleboy](https://github.com/appleboy)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-04 11:17:40 +00:00
fix(deps): update module github.com/gin-contrib/sessions to v1.0.2
Some checks failed
continuous-integration/drone/push Build is failing
f18a325021
Author
Collaborator

ℹ Artifact update notice

File name: 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):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.29.0 -> v0.31.0
golang.org/x/net v0.28.0 -> v0.33.0
golang.org/x/sync v0.9.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.28.0
golang.org/x/text v0.20.0 -> v0.21.0
### ℹ Artifact update notice ##### File name: 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): - 5 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------- | :--------------------- | | `golang.org/x/crypto` | `v0.29.0` -> `v0.31.0` | | `golang.org/x/net` | `v0.28.0` -> `v0.33.0` | | `golang.org/x/sync` | `v0.9.0` -> `v0.10.0` | | `golang.org/x/sys` | `v0.27.0` -> `v0.28.0` | | `golang.org/x/text` | `v0.20.0` -> `v0.21.0` |
nemunaire merged commit f18a325021 into master 2025-01-04 11:19:07 +00:00
nemunaire deleted branch renovate/github.com-gin-contrib-sessions-1.x 2025-01-04 11:19:08 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: happyDomain/happyDomain#606
No description provided.