fix(deps): update module github.com/lmittmann/tint to v1.0.3
Some checks reported warnings
Go / build (pull_request) Has been cancelled

This commit is contained in:
Renovate Bot
2023-10-30 03:12:38 +00:00
parent a7368c182a
commit 73ee86eb9f
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.21.3
require (
github.com/lmittmann/tint v1.0.2
github.com/lmittmann/tint v1.0.3
github.com/urfave/cli/v2 v2.25.7
)