fix(deps): update module github.com/lmittmann/tint to v1.1.3
All checks were successful
Go / build (pull_request) Successful in 1m8s

This commit is contained in:
Renovate Bot
2026-02-02 18:14:22 +00:00
parent 6caee54f4d
commit 1f47d9dbcd
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.nice.net.nz/hads/snice
go 1.22.2
require (
github.com/lmittmann/tint v1.1.2
github.com/lmittmann/tint v1.1.3
github.com/urfave/cli/v2 v2.27.7
)