build(deps): bump the go group with 2 updates #103

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/go-d4d5aa91cd into main 2025-09-15 06:44:17 +01:00
dependabot[bot] commented 2025-09-15 04:13:14 +01:00 (Migrated from github.com)

Bumps the go group with 2 updates: github.com/spf13/viper and gorm.io/gorm.

Updates github.com/spf13/viper from 1.20.1 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: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0

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 gorm.io/gorm from 1.30.3 to 1.31.0

Release notes

Sourced from gorm.io/gorm's releases.

Release v1.31.0

Changes

  • Add association operation support to generics Set API and enable conditional bulk association updates @​jinzhu (#7581)

Release v1.30.5

Changes

  • No changes

Release v1.30.4

Changes

Commits
  • b289563 Remove unnecessary OpCreateValue mode
  • e015bd0 Add association operation support to generics Set API and enable conditional ...
  • faee391 fix: add missing Count method to CreateInterface (closes #7580)
  • 688e8ea Set accepts Assigner for Generics API
  • 1901911 Add Set-based Create and Update support to Generics API (#7578)
  • cb65743 fix: build failure on Go versions below 1.21, add build constraint for slog.g...
  • 4087ac7 fix slogLogger to support ParameterizedQueries Config (#7574)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the go group with 2 updates: [github.com/spf13/viper](https://github.com/spf13/viper) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p> <blockquote> <h2>v1.21.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Enhancements 🚀</h3> <ul> <li>Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by <a href="https://github.com/nmvalera"><code>@​nmvalera</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2015">spf13/viper#2015</a></li> <li>feat: use maintained yaml library by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2040">spf13/viper#2040</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>fix(config): get config type from v.configType or config file ext by <a href="https://github.com/GuillaumeBAECHLER"><code>@​GuillaumeBAECHLER</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2003">spf13/viper#2003</a></li> <li>fix: config type check when loading any config by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2007">spf13/viper#2007</a></li> </ul> <h3>Dependency Updates ⬆️</h3> <ul> <li>Update dependencies by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1993">spf13/viper#1993</a></li> <li>build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2017">spf13/viper#2017</a></li> <li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2013">spf13/viper#2013</a></li> <li>build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2008">spf13/viper#2008</a></li> <li>build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2016">spf13/viper#2016</a></li> <li>build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2020">spf13/viper#2020</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2028">spf13/viper#2028</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2035">spf13/viper#2035</a></li> <li>build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2036">spf13/viper#2036</a></li> <li>build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2012">spf13/viper#2012</a></li> <li>build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2052">spf13/viper#2052</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2048">spf13/viper#2048</a></li> <li>build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2056">spf13/viper#2056</a></li> <li>chore: update dependencies by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2057">spf13/viper#2057</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Update update guide with <code>mapstructure</code> package replacement. by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2004">spf13/viper#2004</a></li> <li>refactor: use the built-in max/min to simplify the code by <a href="https://github.com/yingshanghuangqiao"><code>@​yingshanghuangqiao</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2029">spf13/viper#2029</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/GuillaumeBAECHLER"><code>@​GuillaumeBAECHLER</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2003">spf13/viper#2003</a></li> <li><a href="https://github.com/aldas"><code>@​aldas</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2004">spf13/viper#2004</a></li> <li><a href="https://github.com/nmvalera"><code>@​nmvalera</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2015">spf13/viper#2015</a></li> <li><a href="https://github.com/yingshanghuangqiao"><code>@​yingshanghuangqiao</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2029">spf13/viper#2029</a></li> <li><a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2046">spf13/viper#2046</a></li> <li><a href="https://github.com/spacez320"><code>@​spacez320</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2050">spf13/viper#2050</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/viper/compare/v1.20.0...v1.21.0">https://github.com/spf13/viper/compare/v1.20.0...v1.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e"><code>394040c</code></a> ci: build on go 1.25</li> <li><a href="https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2"><code>812f548</code></a> chore: update dependencies</li> <li><a href="https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991"><code>d5271ef</code></a> ci: update stale workflow</li> <li><a href="https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2"><code>dff303b</code></a> feat: add a stale issue scheduled action</li> <li><a href="https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842"><code>1287976</code></a> build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10</li> <li><a href="https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008"><code>38932cd</code></a> build(deps): bump github.com/go-viper/mapstructure/v2 in /remote</li> <li><a href="https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89"><code>6d014be</code></a> build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1</li> <li><a href="https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316"><code>b74c7ee</code></a> build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0</li> <li><a href="https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98"><code>acd05e1</code></a> fix: linting issues</li> <li><a href="https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456"><code>ae5a8e2</code></a> ci: upgrade golangci-lint</li> <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.20.1...v1.21.0">compare view</a></li> </ul> </details> <br /> Updates `gorm.io/gorm` from 1.30.3 to 1.31.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-gorm/gorm/releases">gorm.io/gorm's releases</a>.</em></p> <blockquote> <h2>Release v1.31.0</h2> <h2>Changes</h2> <ul> <li>Add association operation support to generics Set API and enable conditional bulk association updates <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7581">#7581</a>)</li> </ul> <h2>Release v1.30.5</h2> <h2>Changes</h2> <ul> <li>No changes</li> </ul> <h2>Release v1.30.4</h2> <h2>Changes</h2> <ul> <li>Add Set-based Create and Update support to Generics API <a href="https://github.com/jinzhu"><code>@​jinzhu</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7578">#7578</a>)</li> <li>fix: build failure on Go versions below 1.21 <a href="https://github.com/iTanken"><code>@​iTanken</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7572">#7572</a>)</li> <li>fix slogLogger to support ParameterizedQueries Config <a href="https://github.com/EricWvi"><code>@​EricWvi</code></a> (<a href="https://redirect.github.com/go-gorm/gorm/issues/7574">#7574</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gorm/gorm/commit/b289563d54de23e742e2a4cba9d77af01f641b0f"><code>b289563</code></a> Remove unnecessary OpCreateValue mode</li> <li><a href="https://github.com/go-gorm/gorm/commit/e015bd08ebb5cc27aabf1731735324138879a44b"><code>e015bd0</code></a> Add association operation support to generics Set API and enable conditional ...</li> <li><a href="https://github.com/go-gorm/gorm/commit/faee391f05f3426660598d22f03881f115d3aa39"><code>faee391</code></a> fix: add missing Count method to CreateInterface (closes <a href="https://redirect.github.com/go-gorm/gorm/issues/7580">#7580</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/688e8ea00a232bd661c08d3d3ba22750c3b3d95e"><code>688e8ea</code></a> Set accepts Assigner for Generics API</li> <li><a href="https://github.com/go-gorm/gorm/commit/1901911908ffe2ecafb4d7435f3859f3fcad2e73"><code>1901911</code></a> Add Set-based Create and Update support to Generics API (<a href="https://redirect.github.com/go-gorm/gorm/issues/7578">#7578</a>)</li> <li><a href="https://github.com/go-gorm/gorm/commit/cb6574367217a4d82c7c855d5372d06618a5de19"><code>cb65743</code></a> fix: build failure on Go versions below 1.21, add build constraint for slog.g...</li> <li><a href="https://github.com/go-gorm/gorm/commit/4087ac7d9d191a2ce3f83451cbb82c19510ceff9"><code>4087ac7</code></a> fix slogLogger to support ParameterizedQueries Config (<a href="https://redirect.github.com/go-gorm/gorm/issues/7574">#7574</a>)</li> <li>See full diff in <a href="https://github.com/go-gorm/gorm/compare/v1.30.3...v1.31.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
forquare (Migrated from github.com) approved these changes 2025-09-15 06:44:10 +01:00
Sign in to join this conversation.
No description provided.