From 408f6b45ea8d3f22639b0286d7f97d39137573e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 22:50:26 +0000 Subject: [PATCH] Chore(deps): Bump github.com/garrettladley/fiberpaginate in /backend Bumps [github.com/garrettladley/fiberpaginate](https://github.com/garrettladley/fiberpaginate) from 1.0.1 to 1.0.5. - [Release notes](https://github.com/garrettladley/fiberpaginate/releases) - [Commits](https://github.com/garrettladley/fiberpaginate/compare/v1.0.1...v1.0.5) --- updated-dependencies: - dependency-name: github.com/garrettladley/fiberpaginate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/go.mod | 2 +- backend/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index 5f9c197b4..791e8da24 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -6,7 +6,7 @@ require ( github.com/a-h/templ v0.2.697 github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 github.com/aws/aws-sdk-go v1.53.5 - github.com/garrettladley/fiberpaginate v1.0.1 + github.com/garrettladley/fiberpaginate v1.0.5 github.com/garrettladley/mattress v0.4.0 github.com/go-playground/validator/v10 v10.20.0 github.com/goccy/go-json v0.10.2 diff --git a/backend/go.sum b/backend/go.sum index c7dfd8667..d5b9e5d49 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -36,8 +36,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0= github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk= -github.com/garrettladley/fiberpaginate v1.0.1 h1:Ren6wx8L8KLcPvCKUkgRuaZaxX7CjCCoPhCUytnrGyk= -github.com/garrettladley/fiberpaginate v1.0.1/go.mod h1:MHVWGQkhtnt2kE8F0wkTF5iUQOyqZlRktfcGgBLRBv0= +github.com/garrettladley/fiberpaginate v1.0.5 h1:H1Kj7UQBhaBxbCcDeSY3wlW9Hutq/hJ8NSEM86T9vAs= +github.com/garrettladley/fiberpaginate v1.0.5/go.mod h1:MHVWGQkhtnt2kE8F0wkTF5iUQOyqZlRktfcGgBLRBv0= github.com/garrettladley/mattress v0.4.0 h1:ZB3iqyc5q6bqIryNfsh2FMcbMdnV1XEryvqivouceQE= github.com/garrettladley/mattress v0.4.0/go.mod h1:OWKIRc9wC3gtD3Ng/nUuNEiR1TJvRYLmn/KZYw9nl5Q= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=