From 3acbb1e8a572508f8d91512a030260c84ebd9bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:03:24 +0000 Subject: [PATCH] chore(deps): bump github.com/zeiss/fiber-goth from 1.2.13 to 1.2.15 Bumps [github.com/zeiss/fiber-goth](https://github.com/zeiss/fiber-goth) from 1.2.13 to 1.2.15. - [Release notes](https://github.com/zeiss/fiber-goth/releases) - [Changelog](https://github.com/ZEISS/fiber-goth/blob/main/.goreleaser.yml) - [Commits](https://github.com/zeiss/fiber-goth/compare/v1.2.13...v1.2.15) --- updated-dependencies: - dependency-name: github.com/zeiss/fiber-goth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 76107a6..e659122 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/valyala/fasthttp v1.57.0 github.com/yuin/goldmark v1.7.8 github.com/zeiss/fiber-authz v1.0.33 - github.com/zeiss/fiber-goth v1.2.13 + github.com/zeiss/fiber-goth v1.2.15 github.com/zeiss/fiber-reload v0.1.1 github.com/zeiss/pkg v0.1.17 gorm.io/gorm v1.25.12 diff --git a/go.sum b/go.sum index dd9b4da..3e93226 100644 --- a/go.sum +++ b/go.sum @@ -137,8 +137,8 @@ github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic= github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E= github.com/zeiss/fiber-authz v1.0.33 h1:KZnVTxG+VoQLowoCqoMwam/5H4PVu89rn9ZJ2AGOtCE= github.com/zeiss/fiber-authz v1.0.33/go.mod h1:oVkhY0X9/xFa0Pu3BuEU8ubE7pAQmIjFMUwUGD2pQqc= -github.com/zeiss/fiber-goth v1.2.13 h1:/DQe5VtEJONUiJo8ZF7ZDqdYcPZYYklqrpN184/cDwY= -github.com/zeiss/fiber-goth v1.2.13/go.mod h1:W/2sDRAoA+1Cijksb4syHKiWvSNupW2hhAfcEWtitX0= +github.com/zeiss/fiber-goth v1.2.15 h1:5imQDAf6lG8xKAzjjsaab25TAYdc5QtyaaqaCwEUbp4= +github.com/zeiss/fiber-goth v1.2.15/go.mod h1:nBus53MvxBZwPIul1TJVwg4bDOvoIoqs9Bj86YFUkoo= github.com/zeiss/fiber-reload v0.1.1 h1:ozSpAjXfCkHa4x2y+lY4cqBWiQ9ORbECMBsMruMexo0= github.com/zeiss/fiber-reload v0.1.1/go.mod h1:n8KLvNS6qbfcmQhgHhUNrOfEkiQWxscweIvBBsHy2XI= github.com/zeiss/pkg v0.1.17 h1:rDvBtaRUSD1ypeu66R3UHMtEphPSBaZ52484BQtPEVI=