From 1a3fc1e60c9cd9dcc6199b6c1bb6e9b86992144d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:10:15 +0000 Subject: [PATCH] chore(deps): bump the utils-modules group across 3 directories with 1 update Bumps the utils-modules group with 1 update in the /arangodb directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils). Bumps the utils-modules group with 1 update in the /badger directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils). Bumps the utils-modules group with 1 update in the /bbolt directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils). Updates `github.com/gofiber/utils/v2` from 2.0.0-rc.3 to 2.0.0-rc.4 - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.0-rc.3...v2.0.0-rc.4) Updates `github.com/gofiber/utils/v2` from 2.0.0-rc.3 to 2.0.0-rc.4 - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.0-rc.3...v2.0.0-rc.4) Updates `github.com/gofiber/utils/v2` from 2.0.0-rc.3 to 2.0.0-rc.4 - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.0-rc.3...v2.0.0-rc.4) --- updated-dependencies: - dependency-name: github.com/gofiber/utils/v2 dependency-version: 2.0.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utils-modules - dependency-name: github.com/gofiber/utils/v2 dependency-version: 2.0.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utils-modules - dependency-name: github.com/gofiber/utils/v2 dependency-version: 2.0.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utils-modules ... Signed-off-by: dependabot[bot] --- arangodb/go.mod | 2 +- arangodb/go.sum | 4 ++-- badger/go.mod | 2 +- badger/go.sum | 4 ++-- bbolt/go.mod | 2 +- bbolt/go.sum | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arangodb/go.mod b/arangodb/go.mod index a693dc73..4082b194 100644 --- a/arangodb/go.mod +++ b/arangodb/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/arangodb/go-driver v1.6.9 - github.com/gofiber/utils/v2 v2.0.0-rc.3 + github.com/gofiber/utils/v2 v2.0.0-rc.4 github.com/stretchr/testify v1.11.1 github.com/testcontainers/testcontainers-go v0.40.0 github.com/testcontainers/testcontainers-go/modules/arangodb v0.40.0 diff --git a/arangodb/go.sum b/arangodb/go.sum index a5ecf0b5..e859fb33 100644 --- a/arangodb/go.sum +++ b/arangodb/go.sum @@ -53,8 +53,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE= github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78= -github.com/gofiber/utils/v2 v2.0.0-rc.3 h1:gOL5jAEGUT2UbQkTkgMJctYt4rYewnTIt0Y7YaDATDc= -github.com/gofiber/utils/v2 v2.0.0-rc.3/go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI= +github.com/gofiber/utils/v2 v2.0.0-rc.4 h1:CDjwPwtwwj1OTIf6v3iRk+D2wcdjUzwk91Ghu2TMNbE= +github.com/gofiber/utils/v2 v2.0.0-rc.4/go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= diff --git a/badger/go.mod b/badger/go.mod index 5b011239..381dedb5 100644 --- a/badger/go.mod +++ b/badger/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/gofiber/utils/v2 v2.0.0-rc.3 + github.com/gofiber/utils/v2 v2.0.0-rc.4 github.com/stretchr/testify v1.11.1 ) diff --git a/badger/go.sum b/badger/go.sum index d64b1e0a..931df104 100644 --- a/badger/go.sum +++ b/badger/go.sum @@ -36,8 +36,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7 github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM= github.com/fxamacker/cbor/v2 v2.9.0/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ= -github.com/gofiber/utils/v2 v2.0.0-rc.3 h1:gOL5jAEGUT2UbQkTkgMJctYt4rYewnTIt0Y7YaDATDc= -github.com/gofiber/utils/v2 v2.0.0-rc.3/go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI= +github.com/gofiber/utils/v2 v2.0.0-rc.4 h1:CDjwPwtwwj1OTIf6v3iRk+D2wcdjUzwk91Ghu2TMNbE= +github.com/gofiber/utils/v2 v2.0.0-rc.4/go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= diff --git a/bbolt/go.mod b/bbolt/go.mod index 6bb11a0b..6a7be13e 100644 --- a/bbolt/go.mod +++ b/bbolt/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/storage/bbolt/v2 go 1.24.0 require ( - github.com/gofiber/utils/v2 v2.0.0-rc.3 + github.com/gofiber/utils/v2 v2.0.0-rc.4 github.com/stretchr/testify v1.11.1 go.etcd.io/bbolt v1.4.3 ) diff --git a/bbolt/go.sum b/bbolt/go.sum index 38a19885..7cc79e71 100644 --- a/bbolt/go.sum +++ b/bbolt/go.sum @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM= github.com/fxamacker/cbor/v2 v2.9.0/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ= -github.com/gofiber/utils/v2 v2.0.0-rc.3 h1:gOL5jAEGUT2UbQkTkgMJctYt4rYewnTIt0Y7YaDATDc= -github.com/gofiber/utils/v2 v2.0.0-rc.3/go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI= +github.com/gofiber/utils/v2 v2.0.0-rc.4 h1:CDjwPwtwwj1OTIf6v3iRk+D2wcdjUzwk91Ghu2TMNbE= +github.com/gofiber/utils/v2 v2.0.0-rc.4/go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=