From 9a00c8c819f7d8d3a03a6883b53f5180d68f9fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:13:17 +0000 Subject: [PATCH] chore(deps): bump github.com/lmittmann/tint in /codegen Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- codegen/go.mod | 2 +- codegen/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/go.mod b/codegen/go.mod index f832a4c..c97b884 100644 --- a/codegen/go.mod +++ b/codegen/go.mod @@ -3,7 +3,7 @@ module github.com/sumup/sumup-java/codegen go 1.25.7 require ( - github.com/lmittmann/tint v1.1.3 + github.com/lmittmann/tint v1.2.0 github.com/pb33f/libopenapi v0.38.5 github.com/urfave/cli/v2 v2.27.7 ) diff --git a/codegen/go.sum b/codegen/go.sum index a3147c1..846cbcc 100644 --- a/codegen/go.sum +++ b/codegen/go.sum @@ -6,8 +6,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3 github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/lmittmann/tint v1.1.3 h1:Hv4EaHWXQr+GTFnOU4VKf8UvAtZgn0VuKT+G0wFlO3I= -github.com/lmittmann/tint v1.1.3/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= +github.com/lmittmann/tint v1.2.0 h1:AogHRHy8HUJUnNJBHJlYa+fR4YY8mko2cnCp67xn9JY= +github.com/lmittmann/tint v1.2.0/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y= github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo= github.com/pb33f/libopenapi v0.38.5 h1:qSJILKRAMp1jPe/auT3tXGhyBqzvZLsawQMA320HVE8=