From ea74f04f3ce566e013bddcf66c93fd3dbb7d0b1e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Jun 2025 12:09:01 +0000 Subject: [PATCH] fix(deps): update module github.com/lmittmann/tint to v1.1.1 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a49689..9f863f5 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.nice.net.nz/hads/snice go 1.22.2 require ( - github.com/lmittmann/tint v1.1.0 + github.com/lmittmann/tint v1.1.1 github.com/urfave/cli/v2 v2.27.6 ) diff --git a/go.sum b/go.sum index 62058be..8d82046 100644 --- a/go.sum +++ b/go.sum @@ -18,6 +18,8 @@ github.com/lmittmann/tint v1.0.7 h1:D/0OqWZ0YOGZ6AyC+5Y2kD8PBEzBk6rFHVSfOqCkF9Y= github.com/lmittmann/tint v1.0.7/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= 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/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs= -- 2.49.1