Skip to content

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

Closed
renovate[bot] wants to merge 1 commit into
developfrom
renovate/github.com-gin-contrib-sessions-1.x
Closed

fix(deps): update module github.com/gin-contrib/sessions to v1.1.0#2347
renovate[bot] wants to merge 1 commit into
developfrom
renovate/github.com-gin-contrib-sessions-1.x

Conversation

@renovate

@renovate renovate Bot commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/gin-contrib/sessions v1.0.1v1.1.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.1.0

Compare Source

Changelog

Features
Enhancements
Build process updates
Others

v1.0.4

Compare Source

Changelog

Bug fixes
Enhancements
Build process updates
Others

v1.0.3

Compare Source

Changelog

Features
Bug fixes
Enhancements
Refactor
  • f361a4d: refactor: switch to structured logging with log/slog and update error handling (@​appleboy)
  • 830a1b9: refactor: refactor codebase for improved readability and context handling (@​appleboy)
Build process updates

v1.0.2

Compare Source

Changelog

Enhancements
Build process updates

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Oct 28, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

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

  • 12 additional dependencies were updated

Details:

Package Change
github.com/gin-gonic/gin v1.10.0 -> v1.10.1
github.com/bytedance/sonic v1.11.9 -> v1.13.2
github.com/bytedance/sonic/loader v0.1.1 -> v0.2.4
github.com/cloudwego/base64x v0.1.4 -> v0.1.5
github.com/gabriel-vasile/mimetype v1.4.4 -> v1.4.8
github.com/gin-contrib/sse v0.1.0 -> v1.0.0
github.com/go-playground/validator/v10 v10.22.0 -> v10.26.0
github.com/goccy/go-json v0.10.3 -> v0.10.5
github.com/golang/snappy v0.0.4 -> v1.0.0
github.com/gorilla/sessions v1.2.2 -> v1.4.0
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.2.10
golang.org/x/arch v0.8.0 -> v0.16.0

@renovate renovate Bot changed the title Update module github.com/gin-contrib/sessions to v1.0.4 fix(deps): update module github.com/gin-contrib/sessions to v1.0.4 Oct 29, 2025
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/sessions to v1.0.4 Update module github.com/gin-contrib/sessions to v1.0.4 Nov 4, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 9c5e56e to cc6fe76 Compare November 7, 2025 00:18
@renovate renovate Bot changed the title Update module github.com/gin-contrib/sessions to v1.0.4 fix(deps): update module github.com/gin-contrib/sessions to v1.0.4 Nov 10, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from cc6fe76 to 8c91e32 Compare November 12, 2025 19:27
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/sessions to v1.0.4 Update module github.com/gin-contrib/sessions to v1.0.4 Nov 13, 2025
@renovate renovate Bot changed the title Update module github.com/gin-contrib/sessions to v1.0.4 fix(deps): update module github.com/gin-contrib/sessions to v1.0.4 Nov 26, 2025
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

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

  • 24 additional dependencies were updated

Details:

Package Change
github.com/gin-gonic/gin v1.10.0 -> v1.12.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/text v0.28.0 -> v0.35.0
github.com/bytedance/sonic v1.11.9 -> v1.15.0
github.com/bytedance/sonic/loader v0.1.1 -> v0.5.0
github.com/cloudwego/base64x v0.1.4 -> v0.1.6
github.com/gabriel-vasile/mimetype v1.4.4 -> v1.4.12
github.com/gin-contrib/sse v0.1.0 -> v1.1.0
github.com/go-playground/validator/v10 v10.22.0 -> v10.30.1
github.com/goccy/go-json v0.10.3 -> v0.10.5
github.com/golang/snappy v0.0.4 -> v1.0.0
github.com/gorilla/sessions v1.2.2 -> v1.4.0
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.3.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/ugorji/go/codec v1.2.12 -> v1.3.1
golang.org/x/arch v0.8.0 -> v0.22.0
golang.org/x/crypto v0.41.0 -> v0.48.0
golang.org/x/mod v0.26.0 -> v0.33.0
golang.org/x/net v0.43.0 -> v0.51.0
golang.org/x/sync v0.16.0 -> v0.20.0
golang.org/x/sys v0.35.0 -> v0.41.0
golang.org/x/term v0.34.0 -> v0.40.0
golang.org/x/tools v0.35.0 -> v0.42.0
google.golang.org/protobuf v1.36.6 -> v1.36.10

@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 8c91e32 to 6733191 Compare December 15, 2025 17:57
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 6733191 to fd56ed7 Compare February 2, 2026 20:11
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from fd56ed7 to b60e15f Compare February 12, 2026 10:52
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch 2 times, most recently from ee9c12c to db5373c Compare February 27, 2026 13:29
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from db5373c to 4a46187 Compare March 5, 2026 15:23
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 4a46187 to 4820ae8 Compare March 13, 2026 14:00
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 4820ae8 to c1fc2ca Compare March 28, 2026 05:11
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/sessions to v1.0.4 fix(deps): update module github.com/gin-contrib/sessions to v1.1.0 Mar 28, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from c1fc2ca to 473f862 Compare April 29, 2026 19:31
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 473f862 to 033c145 Compare May 12, 2026 15:46
@renovate
renovate Bot force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 033c145 to 4e2ea22 Compare May 18, 2026 10:49
@breardon2011
breardon2011 force-pushed the renovate/github.com-gin-contrib-sessions-1.x branch from 4e2ea22 to 6df5eb2 Compare May 21, 2026 05:58
@motatoes motatoes closed this May 22, 2026
@motatoes
motatoes deleted the renovate/github.com-gin-contrib-sessions-1.x branch May 22, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant