From 09c621026342fa7227980a48833d13841ecb5a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:22:52 +0000 Subject: [PATCH] Bump github.com/lmittmann/tint Bumps the go-dependencies group with 1 update in the /cmd/river directory: [github.com/lmittmann/tint](https://github.com/lmittmann/tint). Updates `github.com/lmittmann/tint` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- cmd/river/go.mod | 2 +- cmd/river/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/river/go.mod b/cmd/river/go.mod index 09b156eb..45eb0b8a 100644 --- a/cmd/river/go.mod +++ b/cmd/river/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.1 require ( github.com/jackc/pgx/v5 v5.7.5 - github.com/lmittmann/tint v1.1.0 + github.com/lmittmann/tint v1.1.1 github.com/riverqueue/river v0.22.0 github.com/riverqueue/river/riverdriver v0.22.0 github.com/riverqueue/river/riverdriver/riverpgxv5 v0.22.0 diff --git a/cmd/river/go.sum b/cmd/river/go.sum index a61d3361..1f15cf50 100644 --- a/cmd/river/go.sum +++ b/cmd/river/go.sum @@ -30,6 +30,8 @@ github.com/lmittmann/tint v1.0.7 h1:D/0OqWZ0YOGZ6AyC+5Y2kD8PBEzBk6rFHVSfOqCkF9Y= github.com/lmittmann/tint v1.0.7/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/lmittmann/tint v1.1.0 h1:0hDmvuGv3U+Cep/jHpPxwjrCFjT6syam7iY7nTmA7ug= github.com/lmittmann/tint v1.1.0/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= +github.com/lmittmann/tint v1.1.1 h1:xmmGuinUsCSxWdwH1OqMUQ4tzQsq3BdjJLAAmVKJ9Dw= +github.com/lmittmann/tint v1.1.1/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4=