summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-26 00:05:00 +0000
committerGitHub <noreply@github.com>2025-05-26 00:05:00 +0000
commit714ee64a4a1a3334384bc93d5c270c0f172c254a (patch)
tree30ccd7731e61555eb81ce96350ec531d54149425
parentd6540bd8ae1f6503e91ab2fb806f855757c52bc3 (diff)
deps(go): Bump github.com/lmittmann/tint from 1.0.7 to 1.1.0 (#2378)
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.7 to 1.1.0. - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.0.7...v1.1.0) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 5155d821..8b0f12c6 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/itchyny/gojq v0.12.17
github.com/johannesboyne/gofakes3 v0.0.0-20250106100439-5c39aecd6999
github.com/joho/godotenv v1.5.1
- github.com/lmittmann/tint v1.0.7
+ github.com/lmittmann/tint v1.1.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.12
diff --git a/go.sum b/go.sum
index 39c535e0..2cf0fba5 100644
--- a/go.sum
+++ b/go.sum
@@ -395,8 +395,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
-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/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=