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 24 updates in the / directory:

Package From To
github.com/99designs/gqlgen 0.17.66 0.17.82
github.com/bitcoinschema/go-map 0.2.1 0.2.2
github.com/fergusstrange/embedded-postgres 1.30.0 1.32.0
github.com/getkin/kin-openapi 0.129.0 0.133.0
github.com/gin-contrib/pprof 1.5.2 1.5.3
github.com/gin-gonic/gin 1.10.0 1.11.0
github.com/jarcoal/httpmock 1.3.1 1.4.1
github.com/mrz1836/go-cache 0.11.3 1.0.2
github.com/mrz1836/go-cachestore 0.5.3 1.0.1
github.com/mrz1836/go-sanitize 1.3.4 1.5.3
github.com/mrz1836/go-validate 0.2.1 1.0.0
github.com/oapi-codegen/oapi-codegen/v2 2.4.1 2.5.1
github.com/oapi-codegen/runtime 1.1.1 1.1.2
github.com/prometheus/client_golang 1.21.0 1.23.2
github.com/rs/zerolog 1.33.0 1.34.0
github.com/samber/lo 1.49.1 1.52.0
github.com/spf13/viper 1.19.0 1.21.0
github.com/swaggo/swag 1.16.4 1.16.6
gorm.io/datatypes 1.2.5 1.2.7
gorm.io/driver/postgres 1.5.11 1.6.0
gorm.io/driver/sqlite 1.5.7 1.6.0
gorm.io/plugin/dbresolver 1.5.3 1.6.2
github.com/mattn/go-sqlite3 1.14.24 1.14.32
github.com/swaggo/gin-swagger 1.6.0 1.6.1

Bumps the go_modules group with 1 update in the /models directory: github.com/stretchr/testify.

Updates github.com/99designs/gqlgen from 0.17.66 to 0.17.82

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.82

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.81...v0.17.82

v0.17.81

What's Changed

... (truncated)

Commits
  • e10ac92 release v0.17.82
  • 220b29b [NEW] perf: Optimize CollectFields calculation for non-primitive array fields...
  • cf0df5d feat(time): enhance time handling marshalling and unmarshalling (#3898)
  • e9c59e9 fix: allow error presenter to silence errors (#3896)
  • 438572b Adjust permissions for Nancy to avoid spurious failures (#3897)
  • cb93011 fix(modelgen): use ToGoModelName in generateGetters (#3894)
  • 8aacdda Change interceptor default inner context to avoid nil pointer (#3895)
  • d3614b1 chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#3875)
  • f493b67 chore(deps-dev): bump graphql from 16.11.0 to 16.12.0 in /integration (#3891)
  • a9b20b1 chore(deps-dev): bump vitest from 4.0.3 to 4.0.6 in /integration (#3893)
  • Additional commits viewable in compare view

Updates github.com/bitcoinschema/go-map from 0.2.1 to 0.2.2

Release notes

Sourced from github.com/bitcoinschema/go-map's releases.

Release v0.2.2

  • update go-sdk to new org location
Commits
  • 07d215e Merge pull request #93 from BitcoinSchema/update-go-sdk
  • 7cc6ff3 update go and golangci-lint
  • 8f62cb3 update go-sdk
  • 0f2013b Merge pull request #92 from BitcoinSchema/dependabot/github_actions/master/co...
  • cc5a930 Bump codecov/codecov-action from 5.3.1 to 5.4.0
  • See full diff in compare view

Updates github.com/fergusstrange/embedded-postgres from 1.30.0 to 1.32.0

Release notes

Sourced from github.com/fergusstrange/embedded-postgres's releases.

v1.32.0

What's Changed

Full Changelog: fergusstrange/embedded-postgres@v1.31.0...v1.32.0

v1.31.0

What's Changed

New Contributors

Full Changelog: fergusstrange/embedded-postgres@v1.30.0...v1.31.0

Commits
  • 0c7d03d Add support for Postgres 17 and update default version (#159)
  • bab016e Ensure target directories exist before extraction and add test for runtime pa...
  • 4fb7ddc fix: prevent panic when *http.Response is nil (#156)
  • See full diff in compare view

Updates github.com/getkin/kin-openapi from 0.129.0 to 0.133.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.133.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.132.0...v0.133.0

v0.132.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.131.0...v0.132.0

v0.131.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.130.0...v0.131.0

v0.130.0

What's Changed

... (truncated)

Commits
  • 2baea3d openapi2conv: preserve x-fields when converting from v2 to v3 (#1092)
  • 59b018c Some coding style fixes and cleaning up (#1093)
  • a33c5f8 openapi3filter: support primitive parsing for individual text like parts in m...
  • e00a340 openapi3: preserve all validation errors for allOf (#1087)
  • 6acf92b openapi3filter: use FileBodyDecoder if the format is specified as binary (#1088)
  • 4358c4a feat: add support for RFC 7396 application/merge-patch+json (#1084)
  • d72d75b openapi3: resolve refs in parameter examples (#1086)
  • 2de45f7 openapi3: use Ptr instead of BoolPtr,Float64Ptr,Int64Ptr,Uint64Ptr (#1033)
  • 783206b openapi3: fix ineffectual caching of compiled regexps (#1076)
  • 90fb641 openapi2conv: Set externalDocs for Operations (#1070)
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/pprof from 1.5.2 to 1.5.3

Release notes

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

v1.5.3

Changelog

Enhancements

  • c9978b06dcf9558f2930b0d97c77a7b2ab14ccde: chore: update Go version and dependencies in project configuration (@​appleboy)
  • 11800d03a03e3a0b43cc7a18432d93b8552b5e6f: chore: update dependencies and Go version to latest releases (@​appleboy)

Build process updates

  • 7442ebf73c5bbe0bd6628f9ccb735cd8e107d102: ci: update GitHub Actions and adjust test configurations (@​appleboy)
  • 4554adf9cebce1a2e60c66fd0a2f235b8acd29ce: ci: update Go version and reorganize linter configurations (@​appleboy)
Commits
  • 11800d0 chore: update dependencies and Go version to latest releases
  • 4554adf ci: update Go version and reorganize linter configurations
  • c9978b0 chore: update Go version and dependencies in project configuration
  • 7442ebf ci: update GitHub Actions and adjust test configurations
  • See full diff in compare view

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

Release notes

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

v1.11.0

Changelog

Features

  • 6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (#3904) (@​guonaihong)
  • 4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (#4190) (@​takanuva15)
  • 9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (#3633) (@​CC11001100)
  • fb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (#4240) (@​Narita-1095305)
  • f05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (#4048) (@​takanuva15)
  • 3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (#3986) (@​slowhigh)
  • 24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (#3970) (#3971) (@​bruceNu1l)
  • 8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (#3939) (@​joeig)
  • 71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (#4053) (@​sunshineplan)
  • 3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (#3210) (@​thinkerou)
  • 4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (#1432) (#2857) (@​wssccc)
  • dbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added AbortWithStatusPureJSON() in Context (#4290) (@​ddevsr)
  • 688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (#3391) (@​timandy)

Bug fixes

  • 8fb3136664254d7c592127f00d52849caba18a67: Revert "fix(time): binding time with empty value (#4103)" (#4245) (@​appleboy)
  • e737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193) (@​revevide)
  • 4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (#3966) (@​RedCrazyGhost)
  • 36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (#3413) (@​hktalent)
  • e0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (#3969) (@​adrianosela)
  • dd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (#4266) (@​vdusart)
  • b38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (#4232) (@​OrkhanAlikhanov)
  • 28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (#4047) (@​ahmadSaeedGoda)
  • 626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (#4003) (@​phsym)
  • 7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (#1580) (@​kplachkov)
  • c677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (#3961) (@​thinkerou)
  • 3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (#4222) (@​eduardo-ax)
  • 674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (#4103) (@​ksw2000)
  • ea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (#4077) (@​kingcanfish)
  • 8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (#3987) (@​bound2)
  • 7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (#4234) (@​yashgorana)
  • 5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (#4299) (@​suwakei)

Enhancements

  • 40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is http.MaxBytesError (#4227) (@​ItalyPaleAle)
  • f875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (#4087) (@​appleboy)
  • e7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (#4351) (@​dependabot[bot])
  • afa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (#4216) (@​dependabot[bot])
  • 255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (#4208) (@​dependabot[bot])
  • 545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (#4289) (@​dependabot[bot])
  • c3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (#4052) (@​dependabot[bot])
  • cf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (#4212) (@​dependabot[bot])
  • bb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (#4197) (@​dependabot[bot])
  • 61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (#4250) (@​dependabot[bot])
  • b7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (#4281) (@​dependabot[bot])
  • 077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (#4328) (@​dependabot[bot])
  • 46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#4347) (@​dependabot[bot])
  • a6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (#4268) (@​dependabot[bot])
  • cc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (#4013) (@​dependabot[bot])

... (truncated)

Changelog

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

Gin v1.11.0

Features

  • feat(gin): Experimental support for HTTP/3 using quic-go/quic-go (#3210)
  • feat(form): add array collection format in form binding (#3986), add custom string slice for form tag unmarshal (#3970)
  • feat(binding): add BindPlain (#3904)
  • feat(fs): Export, test and document OnlyFilesFS (#3939)
  • feat(binding): add support for unixMilli and unixMicro (#4190)
  • feat(form): Support default values for collections in form binding (#4048)
  • feat(context): GetXxx added support for more go native types (#3633)

Enhancements

  • perf(context): optimize getMapFromFormData performance (#4339)
  • refactor(tree): replace string(/) with "/" in node.insertChild (#4354)
  • refactor(render): remove headers parameter from writeHeader (#4353)
  • refactor(context): simplify "GetType()" functions (#4080)
  • refactor(slice): simplify SliceValidationError Error method (#3910)
  • refactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (#4181)
  • refactor(context): refactor context handling and improve test robustness (#4066)
  • refactor(binding): use strings.Cut to replace strings.Index (#3522)
  • refactor(context): add an optional permission parameter to SaveUploadedFile (#4068)
  • refactor(context): verify URL is Non-nil in initQueryCache() (#3969)
  • refactor(context): YAML judgment logic in Negotiate (#3966)
  • tree: replace the self-defined 'min' to official one (#3975)
  • context: Remove redundant filepath.Dir usage (#4181)

Bug Fixes

  • fix: prevent middleware re-entry issue in HandleContext (#3987)
  • fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193)
  • fix(gin): Do not panic when handling method not allowed on empty tree (#4003)
  • fix(gin): data race warning for gin mode (#1580)
  • fix(context): verify URL is Non-nil in initQueryCache() (#3969)
  • fix(context): YAML judgment logic in Negotiate (#3966)
  • fix(context): check handler is nil (#3413)
  • fix(readme): fix broken link to English documentation (#4222)
  • fix(tree): Keep panic infos consistent when wildcard type build faild (#4077)

Build process updates / CI

  • ci: integrate Trivy vulnerability scanning into CI workflow (#4359)
  • ci: support Go 1.25 in CI/CD (#4341)
  • build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#4342)
  • ci: add Go version 1.24 to GitHub Actions (#4154)
  • build: update Gin minimum Go version to 1.21 (#3960)
  • ci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (#4010, #4091, #4090)
  • ci(lint): update workflows and improve test request consistency (#4126)

... (truncated)

Commits
  • 6ad6205 docs(changelog): upgrade Gin to v1.11.0 and add release notes (#4361)
  • 7858527 docs(changelog): update release notes for Gin v1.10.1 (#4360)
  • cb000f5 ci: integrate Trivy vulnerability scanning into CI workflow (#4359)
  • 2119046 ci: support Go 1.25 (#4341)
  • da372fc build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#4342)
  • e198f6e refactor(render): remove headers parameter from writeHeader (#4353)
  • cca98d2 chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (#4356)
  • 9b1e353 refactor(tree): replace string(/) with "/" in node.insertChild (#4354)
  • f9bd00a perf(context): optimize getMapFromFormData performance (#4339)
  • 28172fa chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (#4346)
  • Additional commits viewable in compare view

Updates github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0

Release notes

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

v2.4.0

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.3.0...v2.4.0

v2.3.0

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.2.1...v2.3.0

Commits

Updates github.com/jarcoal/httpmock from 1.3.1 to 1.4.1

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.1

What's Changed

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.66` | `0.17.82` |
| [github.com/bitcoinschema/go-map](https://github.com/bitcoinschema/go-map) | `0.2.1` | `0.2.2` |
| [github.com/fergusstrange/embedded-postgres](https://github.com/fergusstrange/embedded-postgres) | `1.30.0` | `1.32.0` |
| [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.129.0` | `0.133.0` |
| [github.com/gin-contrib/pprof](https://github.com/gin-contrib/pprof) | `1.5.2` | `1.5.3` |
| [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.0` | `1.11.0` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.3.1` | `1.4.1` |
| [github.com/mrz1836/go-cache](https://github.com/mrz1836/go-cache) | `0.11.3` | `1.0.2` |
| [github.com/mrz1836/go-cachestore](https://github.com/mrz1836/go-cachestore) | `0.5.3` | `1.0.1` |
| [github.com/mrz1836/go-sanitize](https://github.com/mrz1836/go-sanitize) | `1.3.4` | `1.5.3` |
| [github.com/mrz1836/go-validate](https://github.com/mrz1836/go-validate) | `0.2.1` | `1.0.0` |
| [github.com/oapi-codegen/oapi-codegen/v2](https://github.com/oapi-codegen/oapi-codegen) | `2.4.1` | `2.5.1` |
| [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.1.1` | `1.1.2` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.0` | `1.23.2` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.49.1` | `1.52.0` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` |
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |
| [gorm.io/datatypes](https://github.com/go-gorm/datatypes) | `1.2.5` | `1.2.7` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.11` | `1.6.0` |
| [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.7` | `1.6.0` |
| [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) | `1.5.3` | `1.6.2` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.32` |
| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |

Bumps the go_modules group with 1 update in the /models directory: [github.com/stretchr/testify](https://github.com/stretchr/testify).


Updates `github.com/99designs/gqlgen` from 0.17.66 to 0.17.82
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.66...v0.17.82)

Updates `github.com/bitcoinschema/go-map` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/bitcoinschema/go-map/releases)
- [Changelog](https://github.com/BitcoinSchema/go-map/blob/master/.goreleaser.yml)
- [Commits](BitcoinSchema/go-map@v0.2.1...v0.2.2)

Updates `github.com/fergusstrange/embedded-postgres` from 1.30.0 to 1.32.0
- [Release notes](https://github.com/fergusstrange/embedded-postgres/releases)
- [Commits](fergusstrange/embedded-postgres@v1.30.0...v1.32.0)

Updates `github.com/getkin/kin-openapi` from 0.129.0 to 0.133.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.129.0...v0.133.0)

Updates `github.com/gin-contrib/pprof` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/gin-contrib/pprof/releases)
- [Changelog](https://github.com/gin-contrib/pprof/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/pprof@v1.5.2...v1.5.3)

Updates `github.com/gin-gonic/gin` from 1.10.0 to 1.11.0
- [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.11.0)

Updates `github.com/go-viper/mapstructure/v2` from 2.2.1 to 2.4.0
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](go-viper/mapstructure@v2.2.1...v2.4.0)

Updates `github.com/jarcoal/httpmock` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.3.1...v1.4.1)

Updates `github.com/mrz1836/go-cache` from 0.11.3 to 1.0.2
- [Release notes](https://github.com/mrz1836/go-cache/releases)
- [Changelog](https://github.com/mrz1836/go-cache/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-cache@v0.11.3...v1.0.2)

Updates `github.com/mrz1836/go-cachestore` from 0.5.3 to 1.0.1
- [Release notes](https://github.com/mrz1836/go-cachestore/releases)
- [Changelog](https://github.com/mrz1836/go-cachestore/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-cachestore@v0.5.3...v1.0.1)

Updates `github.com/mrz1836/go-logger` from 0.3.5 to 1.0.0
- [Release notes](https://github.com/mrz1836/go-logger/releases)
- [Changelog](https://github.com/mrz1836/go-logger/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-logger@v0.3.5...v1.0.0)

Updates `github.com/mrz1836/go-sanitize` from 1.3.4 to 1.5.3
- [Release notes](https://github.com/mrz1836/go-sanitize/releases)
- [Changelog](https://github.com/mrz1836/go-sanitize/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-sanitize@v1.3.4...v1.5.3)

Updates `github.com/mrz1836/go-validate` from 0.2.1 to 1.0.0
- [Release notes](https://github.com/mrz1836/go-validate/releases)
- [Changelog](https://github.com/mrz1836/go-validate/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-validate@v0.2.1...v1.0.0)

Updates `github.com/oapi-codegen/oapi-codegen/v2` from 2.4.1 to 2.5.1
- [Release notes](https://github.com/oapi-codegen/oapi-codegen/releases)
- [Commits](oapi-codegen/oapi-codegen@v2.4.1...v2.5.1)

Updates `github.com/oapi-codegen/runtime` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.1.1...v1.1.2)

Updates `github.com/prometheus/client_golang` from 1.21.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.0...v1.23.2)

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/samber/lo` from 1.49.1 to 1.52.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.49.1...v1.52.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/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 `gorm.io/datatypes` from 1.2.5 to 1.2.7
- [Release notes](https://github.com/go-gorm/datatypes/releases)
- [Commits](go-gorm/datatypes@v1.2.5...v1.2.7)

Updates `gorm.io/driver/postgres` from 1.5.11 to 1.6.0
- [Commits](go-gorm/postgres@v1.5.11...v1.6.0)

Updates `gorm.io/driver/sqlite` from 1.5.7 to 1.6.0
- [Commits](go-gorm/sqlite@v1.5.7...v1.6.0)

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

Updates `gorm.io/plugin/dbresolver` from 1.5.3 to 1.6.2
- [Commits](go-gorm/dbresolver@v1.5.3...v1.6.2)

Updates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.32
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.24...v1.14.32)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.10
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.10)

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 `golang.org/x/crypto` from 0.35.0 to 0.43.0
- [Commits](golang/crypto@v0.35.0...v0.43.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)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.82
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/bitcoinschema/go-map
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/fergusstrange/embedded-postgres
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.133.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/gin-contrib/pprof
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/mrz1836/go-cache
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go_modules
- dependency-name: github.com/mrz1836/go-cachestore
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go_modules
- dependency-name: github.com/mrz1836/go-logger
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go_modules
- dependency-name: github.com/mrz1836/go-sanitize
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/mrz1836/go-validate
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go_modules
- dependency-name: github.com/oapi-codegen/oapi-codegen/v2
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/oapi-codegen/runtime
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/samber/lo
  dependency-version: 1.52.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/swag
  dependency-version: 1.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: gorm.io/datatypes
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: gorm.io/driver/postgres
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: gorm.io/driver/sqlite
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: gorm.io/gorm
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: gorm.io/plugin/dbresolver
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: golang.org/x/crypto
  dependency-version: 0.43.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
...

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

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