summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-17 02:28:52 +0000
committerGitHub <noreply@github.com>2024-12-17 02:28:52 +0000
commite04f119d992103513360954763e4950a1d3b109b (patch)
treec1362459829e123f01dc2063491e4db5ebda2076 /go.mod
parentddc4efb9edc84131a0ed6c327b0e62ce653be156 (diff)
deps(go): Bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 (#2285)
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: github.com/lmittmann/tint 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 933f1655..b4416aee 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-20240217095638-c55a48f17be6
github.com/joho/godotenv v1.5.1
- github.com/lmittmann/tint v1.0.5
+ github.com/lmittmann/tint v1.0.6
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.12