diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-06 14:18:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 14:18:50 +0300 |
| commit | fb31ecfa55f73099e69623db9ca0264a5abded96 (patch) | |
| tree | 96c3b62b734e2e709590a43e5fc35fbab730530f /go.mod | |
| parent | 93a865f010ffbaa1da503ed289742c65bbc834f9 (diff) | |
Bump github.com/gin-contrib/sessions from 1.0.0 to 1.0.1 (#2245)
Bumps [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/gin-contrib/sessions/releases)
- [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.0...v1.0.1)
---
updated-dependencies:
- dependency-name: github.com/gin-contrib/sessions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.22.2 require ( github.com/gin-contrib/gzip v1.0.1 - github.com/gin-contrib/sessions v1.0.0 + github.com/gin-contrib/sessions v1.0.1 github.com/gin-gonic/gin v1.9.1 github.com/goccy/go-json v0.10.2 github.com/mymmrac/telego v0.29.2 |
