summaryrefslogtreecommitdiff
path: root/go.mod
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 /go.mod
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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 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