diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-04 17:10:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 17:10:33 +0000 |
| commit | a8d4924c17d3c462594f86a5210b2cc1c08e31d2 (patch) | |
| tree | 2c73aae7904cad20bab18147a148811b0a32e309 | |
| parent | 3e519b342e4173b98b8428f305e9276d0880ddad (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>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -395,8 +395,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0 github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= -github.com/lmittmann/tint v1.1.0 h1:0hDmvuGv3U+Cep/jHpPxwjrCFjT6syam7iY7nTmA7ug= -github.com/lmittmann/tint v1.1.0/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= +github.com/lmittmann/tint v1.1.1 h1:xmmGuinUsCSxWdwH1OqMUQ4tzQsq3BdjJLAAmVKJ9Dw= +github.com/lmittmann/tint v1.1.1/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= |
