Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps/go): bump the deps group across 1 directory with 24 updates #1057

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the deps group with 15 updates in the / directory:

Package From To
github.com/adrg/xdg 0.5.0 0.5.3
github.com/cheggaaa/pb/v3 3.1.5 3.1.6
github.com/eko/gocache/lib/v4 4.1.6 4.2.0
github.com/go-testfixtures/testfixtures/v3 3.12.0 3.14.0
github.com/goccy/go-yaml 1.12.0 1.15.16
github.com/gofiber/fiber/v2 2.52.5 2.52.6
github.com/gofiber/swagger 1.1.0 1.1.1
github.com/jedib0t/go-pretty/v6 6.6.0 6.6.5
github.com/nikoksr/notify 1.0.0 1.3.0
github.com/redis/go-redis/v9 9.6.1 9.7.0
github.com/samber/lo 1.47.0 1.49.1
github.com/yuin/goldmark 1.7.4 1.7.8
gorm.io/driver/postgres 1.5.9 1.5.11
gorm.io/driver/sqlite 1.5.6 1.5.7
gorm.io/driver/sqlserver 1.5.3 1.5.4

Updates github.com/adrg/xdg from 0.5.0 to 0.5.3

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.3

Changelog

  • Updated xdg.SearchRuntimeFile to also look in the operating system's temporary directory for runtime files. This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, so xdg.RuntimeFile suggests the operating system's temporary directory as a suitable fallback location.

Internal

  • Improved package testing.

v0.5.2

Changelog

  • Updated logic of xdg.RuntimeFile: due to the special nature of the runtime directory, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system's temporary directory as a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.

    Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:

    The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once they should get pointed to the same directory, and it is mandatory that the directory continues to exist from their first login to their last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.

    Also, on Linux, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID).

v0.5.1

Changelog

  • Added support for the non-standard XDG_BIN_HOME base directory. See XDG base directories README section for more details.
  • Added more config and data search locations on macOS.
    • Added ~/.config at the end of the list of default locations for XDG_CONFIG_DIRS.
    • Added ~/.local/share at the end of the list of default locations for XDG_DATA_DIRS.
  • Added more application search locations on Windows:
    • %ProgramFiles%
    • %ProgramFiles%\Common Files
    • %LOCALAPPDATA%\Programs
    • %LOCALAPPDATA%\Programs\Common

Internal

  • Updated golang.org/x/sys dependency to the latest version.
  • Improved package testing.
Commits
  • aa865a5 Merge pull request #101 from adrg/update-search-runtime-file
  • 71a81ec Minor xdg.SearchRuntimeFile function documentation update
  • 88111eb Minor example update in README.md and doc.go
  • d9f76be Improve non-existent runtime directory test case
  • 800775a Update xdg.SearchRuntimeFile to also look in temporary directory
  • 2335a68 Merge pull request #99 from adrg/improve-runtime-file
  • 221e506 Minor non-existent runtime directory test case fix on macOS
  • 9bbb602 Minor error format improvement in pathutil.Create and pathutil.Search
  • 987b3ce Minor README.md update
  • 3c39d55 Add non-existent runtime directory test case
  • Additional commits viewable in compare view

Updates github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6

Commits
  • 634b527 Merge pull request #226 from cheggaaa/dependabot/go_modules/v3/github.com/mat...
  • 72db192 Merge pull request #225 from secDre4mer/master
  • 1897845 Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 in /v3
  • 4d7e5a0 feat: AIX support
  • d0803d4 Merge pull request #224 from cheggaaa/dependabot/go_modules/v3/github.com/fat...
  • bce8d1a Bump github.com/fatih/color from 1.17.0 to 1.18.0 in /v3
  • 4ca3463 Merge pull request #221 from cheggaaa/dependabot/go_modules/v3/github.com/fat...
  • ced2481 Merge pull request #222 from cheggaaa/dependabot/go_modules/v3/github.com/mat...
  • e774f99 Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 in /v3
  • 809a0b4 Bump github.com/fatih/color from 1.16.0 to 1.17.0 in /v3
  • Additional commits viewable in compare view

Updates github.com/eko/gocache/lib/v4 from 4.1.6 to 4.2.0

Release notes

Sourced from github.com/eko/gocache/lib/v4's releases.

store/redis/v4.2.0

What's Changed

Full Changelog: eko/gocache@lib/v4.1.3...store/redis/v4.2.0

store/rediscluter/v4.2.0

What's Changed

Full Changelog: eko/gocache@lib/v4.1.3...store/rediscluter/v4.2.0

store/bigcache/v4.2.0

Full Changelog: eko/gocache@store/rueidis/v4.1.4...store/bigcache/v4.2.0

store/freecache/v4.2.0

Full Changelog: eko/gocache@store/rueidis/v4.1.4...store/freecache/v4.2.0

store/go_cache/v4.2.0

No release notes provided.

store/memcache/v4.2.0

Full Changelog: eko/gocache@store/rueidis/v4.1.4...store/memcache/v4.2.0

store/pegasus/v4.2.0

No release notes provided.

store/rediscluster/v4.2.0

Full Changelog: eko/gocache@store/rueidis/v4.1.4...store/rediscluster/v4.2.0

store/hazelcast/v4.2.0

What's Changed

New Contributors

Full Changelog: eko/gocache@store/bigcache/v4.2.2...store/hazelcast/v4.2.0

lib/v4.2.0

Breaking Changes

⚠️ Using LoadableCache, the LoadFunction[T any] must now return 3 arguments (including options):

</tr></table> 

... (truncated)

Commits
  • 08ff381 Merge pull request #267 from eko/loadable-options
  • a997e57 Loadable cache: make options to be re-used in setter (fixes #101)
  • 70d4931 Merge pull request #260 from okhowang/fix/loadable
  • 33d992d Merge pull request #266 from blampe/blampe/ttl
  • 41bad53 ristretto: return correct ttl
  • a125c59 Merge pull request #262 from torkelrogstad/patch-1
  • 2384199 Merge pull request #261 from woutslakhorst/master
  • 93b1e20 Update outdated Godoc link
  • f2799e8 fix Delete and Get for memcached
  • acdc0e8 fix(loadable): cache value in setChannel
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff in compare view

Updates github.com/go-testfixtures/testfixtures/v3 from 3.12.0 to 3.14.0

Release notes

Sourced from github.com/go-testfixtures/testfixtures/v3's releases.

v3.14.0

  • feat(mysql): make multistatements parameter optional (#249 by @​slsyy)
  • test: remove private api usage in assertFixturesLoaded (#239 by @​slsyy)
  • Updated dependencies.

v3.13.0

Changelog

Sourced from github.com/go-testfixtures/testfixtures/v3's changelog.

v3.14.0 - 2024-12-22

  • feat(mysql): make multistatements parameter optional (#249 by @​slsyy)
  • test: remove private api usage in assertFixturesLoaded (#239 by @​slsyy)
  • Updated dependencies.

v3.13.0 - 2024-10-25

Commits
  • f8ceb32 release: v3.14.0
  • 2d3ec07 feat(mysql): make multistatements parameter optional (#249)
  • 6ce88d0 chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 (#248)
  • a93bf0a chore(deps): bump cloud.google.com/go/spanner from 1.71.0 to 1.73.0 (#245)
  • fa63a84 chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#243)
  • 9cbd90d chore(deps): bump cloud.google.com/go/spanner from 1.70.0 to 1.71.0 (#242)
  • 0d9033d test: remove private api usage in assertFixturesLoaded (#239)
  • 5205c2f release: v3.13.0
  • 2e229a2 test: remove private api usages in tests (#221)
  • ef93f5c chore: remove clickhouse underscore import (#220)
  • Additional commits viewable in compare view

Updates github.com/goccy/go-yaml from 1.12.0 to 1.15.16

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.15.16

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.15...v1.15.16

1.15.15

What's Changed

Full Changelog: goccy/go-yaml@v1.15.14...v1.15.15

1.15.14

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.13...v1.15.14

1.15.13

What's Changed

Full Changelog: goccy/go-yaml@v1.15.12...v1.15.13

1.15.12

... (truncated)

Commits

Updates github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.6

🐛 Bug Fixes

📚 Documentation

🛠️ Maintenance

Full Changelog: gofiber/fiber@v2.52.5...v2.52.6

Commits
  • e04f815 prepare release v2.52.6
  • 7eb9d25 Support Square Bracket Notation in Multipart Form data (#3268)
  • 47be681 🧹 chore: Add parallel benchmark for Next() (#3259)
  • c9ff17d 🧹 chore: Update dependencies (#3254)
  • 56ff2de 🐛 fix: Respect Immutable config for Body() (#3246)
  • 8c84b0f 🩹 fix: Middleware/CORS Remove Scheme Restriction (#3168)
  • 6e74114 v2: Add CODEOWNERS file (#3124)
  • cb06bc5 🩹 Fix: handle un-matched open brackets in the query params (#3121)
  • bfcf91d fix template markdown
  • ca935c3 📚 Doc: Add detailed documentation for the templates guide (#3113)
  • Additional commits viewable in compare view

Updates github.com/gofiber/swagger from 1.1.0 to 1.1.1

Release notes

Sourced from github.com/gofiber/swagger's releases.

v1.1.1

🧹 Updates

  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 (#107)
  • build(deps): bump github.com/swaggo/files/v2 from 2.0.1 to 2.0.2 (#108)
  • build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4 (#101)
  • build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#98)
  • build(deps): bump github.com/swaggo/files/v2 from 2.0.0 to 2.0.1 (#97)

Full Changelog: gofiber/swagger@v1.1.0...v1.1.1

Commits
  • 6c5f065 Merge pull request #107 from gofiber/dependabot/go_modules/github.com/gofiber...
  • c044361 build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6
  • b8bd6e6 Merge pull request #108 from gofiber/dependabot/go_modules/github.com/swaggo/...
  • 5de16a9 build(deps): bump github.com/swaggo/files/v2 from 2.0.1 to 2.0.2
  • e2d9e99 Merge pull request #101 from gofiber/dependabot/go_modules/github.com/swaggo/...
  • 1cfbf04 build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4
  • 7729f57 Merge pull request #98 from gofiber/dependabot/github_actions/dependabot/fetc...
  • 4f69bb5 build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 3725e39 Merge pull request #97 from gofiber/dependabot/go_modules/github.com/swaggo/f...
  • 06078c8 build(deps): bump github.com/swaggo/files/v2 from 2.0.0 to 2.0.1
  • See full diff in compare view

Updates github.com/jedib0t/go-pretty/v6 from 6.6.0 to 6.6.5

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.6.5

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.4...v6.6.5

v6.6.4

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.3...v6.6.4

v6.6.3

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.2...v6.6.3

v6.6.2

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.1...v6.6.2

v6.6.1

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.0...v6.6.1

Commits

Updates github.com/mattn/go-colorable from 0.1.13 to 0.1.14

Commits
  • 1f71342 update deps
  • 4503567 Merge pull request #73 from whereswaldon/patch-1
  • 40e70a5 [Windows] harden system DLL loading
  • 603fb50 Merge pull request #71 from hymkor/fork-20241118
  • 664d917 Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...
  • 2b733b5 Merge pull request #69 from dolmen-go/merge-appengine-into-others
  • 9473000 Merge pull request #68 from dolmen-go/do-not-expose-Windows-Writer
  • 3cc8472 Merge pull request #67 from dolmen-go/ci-go1.20
  • d9a68d5 Merge colorable_appengine.go into colorable_others.go
  • 8e4a944 Windows: do not export Writer
  • Additional commits viewable in compare view

Updates github.com/nikoksr/notify from 1.0.0 to 1.3.0

Release notes

Sourced from github.com/nikoksr/notify's releases.

v1.3.0

What's Changed

Full Changelog: nikoksr/notify@v1.2.0...v1.3.0

v1.2.0

What's Changed

New Contributors

Full Changelog: nikoksr/notify@v1.1.1...v1.2.0

v1.1.1

What's Changed

... (truncated)

Commits
  • 7af33de Allows to set custom properties on a teams client (#927)
  • be564db feat(service): PagerDuty service integration (#933)
  • 1df6960 fix(deps): update aws-sdk-go-v2 monorepo (#934)
  • 6e4d947 fix(deps): update aws-sdk-go-v2 monorepo (#932)
  • 4ea248e fix(deps): update aws-sdk-go-v2 monorepo (#931)
  • 1d5d361 fix(deps): update module google.golang.org/api to v0.215.0 (#928)
  • ae9fcbf fix(deps): update aws-sdk-go-v2 monorepo (#929)
  • 364bfdf fix(deps): update module github.com/go-lark/lark to v1.15.1 (#926)
  • f78ddc3 fix(deps): update module github.com/appleboy/go-fcm to v1.2.2 (#925)
  • 08e2faf fix(deps): update module github.com/sherclockholmes/webpush-go to v1.4.0 (#924)
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.7.0

Changes

🚀 New Features

  • Support Redis search and query capabilities (#2801, #3098)
  • Support indexing and querying empty values (#3053)
  • Support for Redis JSON with RESP2 protocol (#3146)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

9.7.0-beta.1

Changes

🚀 New Features

  • Support Redis search and query capabilities (#2801, #3098)
  • Support indexing and querying empty values (#3053)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Bumps the deps group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.5.0` | `0.5.3` |
| [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb) | `3.1.5` | `3.1.6` |
| [github.com/eko/gocache/lib/v4](https://github.com/eko/gocache) | `4.1.6` | `4.2.0` |
| [github.com/go-testfixtures/testfixtures/v3](https://github.com/go-testfixtures/testfixtures) | `3.12.0` | `3.14.0` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.12.0` | `1.15.16` |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.5` | `2.52.6` |
| [github.com/gofiber/swagger](https://github.com/gofiber/swagger) | `1.1.0` | `1.1.1` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.0` | `6.6.5` |
| [github.com/nikoksr/notify](https://github.com/nikoksr/notify) | `1.0.0` | `1.3.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.6.1` | `9.7.0` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.4` | `1.7.8` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.9` | `1.5.11` |
| [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` |
| [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) | `1.5.3` | `1.5.4` |



Updates `github.com/adrg/xdg` from 0.5.0 to 0.5.3
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.5.0...v0.5.3)

Updates `github.com/cheggaaa/pb/v3` from 3.1.5 to 3.1.6
- [Commits](cheggaaa/pb@v3.1.5...v3.1.6)

Updates `github.com/eko/gocache/lib/v4` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/eko/gocache/releases)
- [Commits](eko/gocache@lib/v4.1.6...lib/v4.2.0)

Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

Updates `github.com/go-testfixtures/testfixtures/v3` from 3.12.0 to 3.14.0
- [Release notes](https://github.com/go-testfixtures/testfixtures/releases)
- [Changelog](https://github.com/go-testfixtures/testfixtures/blob/master/CHANGELOG.md)
- [Commits](go-testfixtures/testfixtures@v3.12.0...v3.14.0)

Updates `github.com/goccy/go-yaml` from 1.12.0 to 1.15.16
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.12.0...v1.15.16)

Updates `github.com/gofiber/fiber/v2` from 2.52.5 to 2.52.6
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.5...v2.52.6)

Updates `github.com/gofiber/swagger` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/gofiber/swagger/releases)
- [Commits](gofiber/swagger@v1.1.0...v1.1.1)

Updates `github.com/jedib0t/go-pretty/v6` from 6.6.0 to 6.6.5
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.6.0...v6.6.5)

Updates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14
- [Commits](mattn/go-colorable@v0.1.13...v0.1.14)

Updates `github.com/nikoksr/notify` from 1.0.0 to 1.3.0
- [Release notes](https://github.com/nikoksr/notify/releases)
- [Commits](nikoksr/notify@v1.0.0...v1.3.0)

Updates `github.com/redis/go-redis/v9` from 9.6.1 to 9.7.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.6.1...v9.7.0)

Updates `github.com/samber/lo` from 1.47.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.49.1)

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

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

Updates `github.com/yuin/goldmark` from 1.7.4 to 1.7.8
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.4...v1.7.8)

Updates `golang.org/x/crypto` from 0.27.0 to 0.32.0
- [Commits](golang/crypto@v0.27.0...v0.32.0)

Updates `golang.org/x/exp` from 0.0.0-20240909161429-701f63a606c0 to 0.0.0-20241215155358-4a5509556b9e
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/sync` from 0.8.0 to 0.10.0
- [Commits](golang/sync@v0.8.0...v0.10.0)

Updates `golang.org/x/term` from 0.24.0 to 0.28.0
- [Commits](golang/term@v0.24.0...v0.28.0)

Updates `golang.org/x/text` from 0.18.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.18.0...v0.21.0)

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

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

Updates `gorm.io/driver/sqlserver` from 1.5.3 to 1.5.4
- [Commits](go-gorm/sqlserver@v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/cheggaaa/pb/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/eko/gocache/lib/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/go-testfixtures/testfixtures/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/gofiber/fiber/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/gofiber/swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/mattn/go-colorable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/nikoksr/notify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/swaggo/swag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gorm.io/driver/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gorm.io/driver/sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants