From a213cd5577949b803f19e8fbede31e076346e480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:23:18 +0000 Subject: [PATCH] build(deps): bump github.com/sumup/sumup-go from 0.17.2 to 0.18.0 Bumps [github.com/sumup/sumup-go](https://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 ... 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 d13684c..f7e67a0 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/mergestat/timediff v0.0.4 github.com/shopspring/decimal v1.4.0 github.com/stretchr/testify v1.11.1 - github.com/sumup/sumup-go v0.17.2 + github.com/sumup/sumup-go v0.18.0 github.com/urfave/cli-docs/v3 v3.1.0 github.com/urfave/cli/v3 v3.10.1 golang.org/x/term v0.45.0 diff --git a/go.sum b/go.sum index aa55be4..d4f1710 100644 --- a/go.sum +++ b/go.sum @@ -48,8 +48,8 @@ github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -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= github.com/urfave/cli-docs/v3 v3.1.0 h1:Sa5xm19IpE5gpm6tZzXdfjdFxn67PnEsE4dpXF7vsKw= github.com/urfave/cli-docs/v3 v3.1.0/go.mod h1:59d+5Hz1h6GSGJ10cvcEkbIe3j233t4XDqI72UIx7to= github.com/urfave/cli/v3 v3.10.1 h1:7Kx9H50hrHbRbyxgO1KP6/BcbiGRz0uYh5YyQ30JEEY=