summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-11 18:14:25 +0000
committerGitHub <noreply@github.com>2025-06-11 18:14:25 +0000
commit255b1e74afcf98dcac86b0999ba63334fa108120 (patch)
treee3e10169075af1ff2d721d15d2e537c3469c2e2b /go.mod
parent8a96151298bf30626e0a0e97a5baf247ae7e7b02 (diff)
deps(go): Bump github.com/lmittmann/tint from 1.1.1 to 1.1.2 (#2394)
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint dependency-version: 1.1.2 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 71facf6b..9ec52472 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.1
+ github.com/lmittmann/tint v1.1.2
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.14