From 937c8e6306578917f01aff28476e1b8f7ea5023e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:00:01 +0000 Subject: [PATCH] build(deps): bump github.com/sumup/sumup-go Bumps the sumup-sdk group in /backend/go with 1 update: [github.com/sumup/sumup-go](https://github.com/sumup/sumup-go). Updates `github.com/sumup/sumup-go` from 0.17.2 to 0.18.0 - [Release notes](https://github.com/sumup/sumup-go/releases) - [Changelog](https://github.com/sumup/sumup-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/sumup/sumup-go/compare/v0.17.2...v0.18.0) --- updated-dependencies: - dependency-name: github.com/sumup/sumup-go dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sumup-sdk ... Signed-off-by: dependabot[bot] --- backend/go/go.mod | 2 +- backend/go/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/go/go.mod b/backend/go/go.mod index 49760f7..dd3b23e 100644 --- a/backend/go/go.mod +++ b/backend/go/go.mod @@ -2,6 +2,6 @@ module sumup-examples-go go 1.24.0 -require github.com/sumup/sumup-go v0.17.2 +require github.com/sumup/sumup-go v0.18.0 require golang.org/x/oauth2 v0.35.0 // indirect diff --git a/backend/go/go.sum b/backend/go/go.sum index c4825d8..214349b 100644 --- a/backend/go/go.sum +++ b/backend/go/go.sum @@ -1,4 +1,4 @@ -github.com/sumup/sumup-go v0.17.2 h1:OpxHJ5yX0N2aCgrWhGqHcKoElMFHT38QanvVOd0e3pM= -github.com/sumup/sumup-go v0.17.2/go.mod h1:D++G2u9zvobimuUrgvSbah/tS3ON2Dmi6yb6ScA2Jpg= +github.com/sumup/sumup-go v0.18.0 h1:Ck6u4vNOL/FUbMQ+O4VdmgkjBPQPjNKxmtyU7aThUVI= +github.com/sumup/sumup-go v0.18.0/go.mod h1:D++G2u9zvobimuUrgvSbah/tS3ON2Dmi6yb6ScA2Jpg= golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ= golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=