summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-04 17:10:33 +0000
committerGitHub <noreply@github.com>2025-06-04 17:10:33 +0000
commita8d4924c17d3c462594f86a5210b2cc1c08e31d2 (patch)
tree2c73aae7904cad20bab18147a148811b0a32e309 /go.mod
parent3e519b342e4173b98b8428f305e9276d0880ddad (diff)
deps(go): Bump github.com/lmittmann/tint from 1.1.0 to 1.1.1 (#2385)
Bumps [github.com/lmittmann/tint](https://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 ... 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 b19bb60f..6597d2a4 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.1.0
+ github.com/lmittmann/tint v1.1.1
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.14