summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 16:26:10 +0000
committerGitHub <noreply@github.com>2024-09-30 16:26:10 +0000
commitcb30e90e523dd793c4a76d0f7fb0e2a0c6623cbb (patch)
tree1769d63eec6c80c3ea12cccd3d485a6758ef309f /go.mod
parent18791a4e6e08de406e9c1e257cc4be2a85f29eea (diff)
deps(go): Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 (#2178)
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/lmittmann/tint/releases) - [Commits](https://github.com/lmittmann/tint/compare/v1.0.4...v1.0.5) --- 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 69edbb21..f62a28e9 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/itchyny/gojq v0.12.16
github.com/johannesboyne/gofakes3 v0.0.0-20240217095638-c55a48f17be6
github.com/joho/godotenv v1.5.1
- github.com/lmittmann/tint v1.0.4
+ github.com/lmittmann/tint v1.0.5
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/ugorji/go/codec v1.2.12