From 50cb8f987da21f0958fd90aee359f0cb393a2dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 09:52:43 +0000 Subject: [PATCH] chore(deps): bump github.com/go-authgate/sdk-go in /go-webservice Bumps [github.com/go-authgate/sdk-go](https://github.com/go-authgate/sdk-go) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/go-authgate/sdk-go/releases) - [Commits](https://github.com/go-authgate/sdk-go/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/go-authgate/sdk-go dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go-webservice/go.mod | 2 +- go-webservice/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go-webservice/go.mod b/go-webservice/go.mod index 9af100d..6c000ca 100644 --- a/go-webservice/go.mod +++ b/go-webservice/go.mod @@ -3,7 +3,7 @@ module github.com/go-authgate/examples/go-webservice go 1.25.10 require ( - github.com/go-authgate/sdk-go v0.10.0 + github.com/go-authgate/sdk-go v0.11.0 github.com/joho/godotenv v1.5.1 ) diff --git a/go-webservice/go.sum b/go-webservice/go.sum index b113764..0cca3f0 100644 --- a/go-webservice/go.sum +++ b/go-webservice/go.sum @@ -1,6 +1,6 @@ github.com/appleboy/go-httpretry v0.12.0 h1:ZJAfKk18RmFygoK997U7qfUQsAYeO75IFuA3wwFLYmk= github.com/appleboy/go-httpretry v0.12.0/go.mod h1:o+FhHkuGIeAPY2IDi3jPedNW/a2E5XOSKp+cLDdvHBA= -github.com/go-authgate/sdk-go v0.10.0 h1:MNcfV6XSPs63SWPDdLqoJ9CFiKlXIue1RmiAbTXDAEI= -github.com/go-authgate/sdk-go v0.10.0/go.mod h1:Afx/Dbyvf8pw4YeOqVEVdDW2WHhn534Sb2/TaFQktuU= +github.com/go-authgate/sdk-go v0.11.0 h1:ZTfJ0rzeDn4QBqAmF9VKS3CqlKhE8+0tJxg8OGNtIzo= +github.com/go-authgate/sdk-go v0.11.0/go.mod h1:sa0ige5wtayj2WcnXlxa8wGuyi5z/c/chc0mXPJTl/Q= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0= github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=