Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps the go_modules group with 8 updates in the / directory:

Package From To
github.com/avast/retry-go/v4 4.6.0 4.7.0
github.com/centrifugal/centrifuge 0.34.2 0.37.2
github.com/gin-contrib/sessions 1.0.2 1.0.4
github.com/rs/zerolog 1.33.0 1.34.0
github.com/spf13/viper 1.19.0 1.21.0
github.com/swaggo/gin-swagger 1.6.0 1.6.1
github.com/swaggo/swag 1.16.4 1.16.6
github.com/golang-migrate/migrate/v4 4.18.2 4.19.0

Updates github.com/avast/retry-go/v4 from 4.6.0 to 4.7.0

Release notes

Sourced from github.com/avast/retry-go/v4's releases.

v4.7.0

What's Changed

New Contributors

Full Changelog: avast/retry-go@4.6.1...v4.7.0

v4.6.1

What's Changed

New Contributors

Full Changelog: avast/retry-go@4.6.0...v4.6.1

Commits
  • 375037b bump version
  • 306fcee Merge pull request #142 from avast/go_1_25_test_environment
  • 0bdef9c ci(workflow): add Go version 1.25 to test matrix for expanded compatibility t...
  • 66013da Merge pull request #130 from StounhandJ/back_off_delay
  • 9e5d0d6 Merge pull request #129 from StounhandJ/master
  • 5068e50 Merge pull request #128 from amirrezafahimi/master
  • 22920c3 Merge pull request #136 from avast/dependabot/go_modules/github.com/stretchr/...
  • 459fade Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • 6c62c20 BackOffDelay multiplies attempts from zero
  • e330bce no delay after final retry on max attempts
  • Additional commits viewable in compare view

Updates github.com/centrifugal/centrifuge from 0.34.2 to 0.37.2

Release notes

Sourced from github.com/centrifugal/centrifuge's releases.

v0.37.2

What's Changed

Full Changelog: centrifugal/centrifuge@v0.37.1...v0.37.2

v0.37.1

What's Changed

❯ gorelease -base v0.37.0 -version v0.37.1
# github.com/centrifugal/centrifuge
## compatible changes
(*Client).ConnectedAtMS: added
(*Client).LatestPingPongLatency: added

summary

v0.37.1 is a valid semantic version for this release.

Full Changelog: centrifugal/centrifuge@v0.37.0...v0.37.1

v0.37.0

What's Changed

This release slightly changes the behaviour of the library by setting a max cap on TTL for connections and subscriptions (in #495). This happens internally and does not require changes in application's code. We expect this to not affect anyone since the max cap is large – one year. But making a new minor version bump to emphasise the change.

❯ gorelease -base=v0.36.2 -version=v0.37.0
# github.com/centrifugal/centrifuge
## compatible changes
(*RedisShard).Mode: added
MetricsConfig.EnableRecoveredPublicationsHistogram: added
RedisShardMode: added
RedisShardModeCluster: added
</tr></table> 

... (truncated)

Commits

Updates github.com/gin-contrib/sessions from 1.0.2 to 1.0.4

Release notes

Sourced from github.com/gin-contrib/sessions's releases.

v1.0.4

Changelog

Bug fixes

  • 4d66e4e9aabb3fe0ff9d1626cf565c4c6968a68d: fix: reverting Session() returning nil if session does not exist (issue #287) (#289) (@​rogersm)

Enhancements

  • 44d4e3605c7830f226b20dfcb7c98e3c178235ab: chore: bump gin-gonic/gin to v1.10.1 for dependency update (@​appleboy)

Build process updates

  • 8a33b631ca160d57aa48182db6e57307192433fd: ci: update golangci-lint to v2.1 in GitHub Actions workflow (@​appleboy)

Others

  • 12aa9f4b814f76844894f186ace4bd23b1ff29c0: Added guard to split not to get out of bounds exception when testing (#288) (@​rogersm)

v1.0.3

Changelog

Features

  • 24b7d1ec38f2f5b58ea97ac4f1bf2db13c3d599f: feat: add username parameter to store initialization functions (@​appleboy)

Bug fixes

  • 5414a530e97da04fc1c940ed481f4f7a2671cba4: fix: refactor linting and session handling in Go codebase (@​appleboy)
  • 54c2d3968a451ed3aeb64587ab3d2e60d1bed980: fix: refactor codebase for improved performance and maintainability (@​appleboy)

Enhancements

  • 8d75c3db2c0d3675ba2bafccabaea89e20697223: chore: update Go version and dependencies for MongoDB integration (#270) (@​appleboy)
  • ca18631a777afe5513cb96f48954fff558720f8f: chore: update github.com/gin-gonic/gin to v1.10.0 (#272) (@​ypli0629)
  • e8a158a523ce5115d996b578925eeb7bd9d19738: chore: switch Redis store dependency to github.com/boj/redistore (#273) (@​appleboy)
  • 6de05090667542e28bc58da368cb8941a3eafe0b: chore: update database dependencies to latest versions (@​appleboy)
  • 6705bb2fe15da4546b0c954ca54d75fcff855e00: chore: upgrade dependencies for improved stability and performance (@​appleboy)
  • 638c28d55c82a2067a6b81bdc2aae09730e68edb: chore: update Go version to 1.23 and refresh dependencies (@​appleboy)

Refactor

  • f361a4d944dc186a7768f331ad8b0b424239d80a: refactor: switch to structured logging with log/slog and update error handling (@​appleboy)
  • 830a1b933ce9e64f9ac49c7bdac1bec9272bb35a: refactor: refactor codebase for improved readability and context handling (@​appleboy)

Build process updates

  • 14e12ca37c34bc4884dfc6d37606fcace8cbbe30: ci: add GitHub Actions workflow for Bearer PR checks (@​appleboy)
  • 84124131677b3d94c60b0bed94fa16c417ca1092: ci: improve overall system performance and reliability (@​appleboy)
  • 08332b72e51660daa24453cf1d6e82eaf55b094f: ci: add Go 1.24 support in workflows and adjust test tolerances (@​appleboy)
Commits
  • 12aa9f4 Added guard to split not to get out of bounds exception when testing (#288)
  • 8a33b63 ci: update golangci-lint to v2.1 in GitHub Actions workflow
  • 44d4e36 chore: bump gin-gonic/gin to v1.10.1 for dependency update
  • 4d66e4e fix: reverting Session() returning nil if session does not exist (issue #287)...
  • 54c2d39 fix: refactor codebase for improved performance and maintainability
  • 830a1b9 refactor: refactor codebase for improved readability and context handling
  • 5414a53 fix: refactor linting and session handling in Go codebase
  • 638c28d chore: update Go version to 1.23 and refresh dependencies
  • 24b7d1e feat: add username parameter to store initialization functions
  • 6705bb2 chore: upgrade dependencies for improved stability and performance
  • Additional commits viewable in compare view

Updates github.com/rs/zerolog from 1.33.0 to 1.34.0

Commits
  • db9d1be Update go versions covered by CI
  • 5f4b880 Delete _config.yml
  • ffb2708 Remove CNAME file
  • cc4dde7 Create CONTRIBUTING.md
  • 04ea0f4 Implement Close() for zerolog.FilteredLevelWriter (#715)
  • 0398600 fix: reset condition in burst sampler (#711) (#712)
  • 1869fa5 FormatPartValueByName for flexible custom formatting for ConsoleWriter (#541)
  • 31e7995 remove unnecessary nil checks (#701)
  • 582f820 Get BasicSampler(0), RandomSampler(0), and BurstSampler(0) to behave the same...
  • 6abadab Bump github.com/rs/xid from 1.5.0 to 1.6.0 (#684)
  • See full diff in compare view

Updates github.com/spf13/viper from 1.19.0 to 1.21.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.21.0

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

v1.20.1

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

... (truncated)

Commits
  • 394040c ci: build on go 1.25
  • 812f548 chore: update dependencies
  • d5271ef ci: update stale workflow
  • dff303b feat: add a stale issue scheduled action
  • 1287976 build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • 38932cd build(deps): bump github.com/go-viper/mapstructure/v2 in /remote
  • 6d014be build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • b74c7ee build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0
  • acd05e1 fix: linting issues
  • ae5a8e2 ci: upgrade golangci-lint
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates github.com/swaggo/gin-swagger from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/swaggo/gin-swagger's releases.

v1.6.1

Changelog

  • 19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (#271)
  • 76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (#324)
  • aa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (#291)
  • 08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#270)
  • 7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (#298)
  • 2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#293)
  • 3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (#280)
Commits
  • 2b8554d chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#293)
  • 08e4a92 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#270)
  • 7d89702 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (#298)
  • 76a92d5 Update Go versions in CI workflow (#324)
  • 19f4300 Allow to enable Proof Key for Code Exachange (PKCE) (#271)
  • aa92a0a Update ReadMe (#291)
  • 3b4340f move css and js to seperate files (#280)
  • See full diff in compare view

Updates github.com/swaggo/swag from 1.16.4 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: swaggo/swag@v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/gin-gonic/gin from 1.10.0 to 1.10.1

Release notes

Sourced from github.com/gin-gonic/gin's releases.

v1.10.1

Changelog

Refactor

  • b5af7796535d97d9c7af42539af01d787fcb3b4d: refactor: strengthen HTTPS security and improve code organization (@​appleboy)
Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.10.1

Features

  • refactor: strengthen HTTPS security and improve code organization
  • feat(binding): Support custom BindUnmarshaler for binding. (#3933)

Enhancements

  • chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (#3940)
  • chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#3941)
  • chore: update external dependencies to latest versions (#3950)
  • chore: update various Go dependencies to latest versions (#3901)
  • chore: refactor configuration files for better readability (#3951)
  • chore: update changelog categories and improve documentation (#3917)
  • feat: update version constant to v1.10.0 (#3952)

Build process updates

  • ci(release): refactor changelog regex patterns and exclusions (#3914)
  • ci(Makefile): vet command add .PHONY (#3915)
Commits
  • b5af779 refactor: strengthen HTTPS security and improve code organization
  • See full diff in compare view

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

Release notes

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

v4.19.0

What's Changed

New Contributors

Full Changelog: golang-migrate/migrate@v4.18.3...v4.19.0

v4.18.3

Changelog

  • a4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
  • f37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • 5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0
  • e6d84f6 Drop support for Go 1.22 and add support for Go 1.24
  • fccd197 Mention CLI install instructions in main README
  • 34c2b4a Remove redundant build tags
  • a868033 Update FAQ.md - typo
  • 7269490 Update golangci-lint version used in GitHub Actions
  • c5137c4 Update migrate -help output for the readme file
  • 033835a Update to dktest v0.4.5
  • 8b09191 fix: typo limited not limitted
  • 60d73be refactor: replace github.com/pkg/errors with stdlib
  • 36d17ba tests: fix various tests (#1209)
Commits
  • 8b9c5f7 Merge pull request #1310 from dhui/update_go
  • b4ec9bc Add support for Go 1.25 and drop support for 1.23
  • ed4bdd4 Ensure bufferWriter is always closed in Migration.Buffer and propagate close ...
  • 8945e85 Merge pull request

…ates

Bumps the go_modules group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) | `4.6.0` | `4.7.0` |
| [github.com/centrifugal/centrifuge](https://github.com/centrifugal/centrifuge) | `0.34.2` | `0.37.2` |
| [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.2` | `1.0.4` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` |
| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.2` | `4.19.0` |



Updates `github.com/avast/retry-go/v4` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](avast/retry-go@4.6.0...4.7.0)

Updates `github.com/centrifugal/centrifuge` from 0.34.2 to 0.37.2
- [Release notes](https://github.com/centrifugal/centrifuge/releases)
- [Changelog](https://github.com/centrifugal/centrifuge/blob/master/changelog.md)
- [Commits](centrifugal/centrifuge@v0.34.2...v0.37.2)

Updates `github.com/gin-contrib/sessions` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/gin-contrib/sessions/releases)
- [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/sessions@v1.0.2...v1.0.4)

Updates `github.com/rs/zerolog` from 1.33.0 to 1.34.0
- [Commits](rs/zerolog@v1.33.0...v1.34.0)

Updates `github.com/spf13/viper` from 1.19.0 to 1.21.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.19.0...v1.21.0)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/swaggo/gin-swagger/releases)
- [Changelog](https://github.com/swaggo/gin-swagger/blob/master/.goreleaser.yml)
- [Commits](swaggo/gin-swagger@v1.6.0...v1.6.1)

Updates `github.com/swaggo/swag` from 1.16.4 to 1.16.6
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.16.4...v1.16.6)

Updates `github.com/gin-gonic/gin` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.10.0...v1.10.1)

Updates `github.com/golang-migrate/migrate/v4` from 4.18.2 to 4.19.0
- [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.2...v4.19.0)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go/v4
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/centrifugal/centrifuge
  dependency-version: 0.37.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/gin-contrib/sessions
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/spf13/viper
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/swaggo/gin-swagger
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/swaggo/swag
  dependency-version: 1.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependency updates label Nov 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2025

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant