Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
4d2a49268c fix(deps): update module github.com/urfave/cli/v2 to v3
All checks were successful
Go / build (pull_request) Successful in 32s
2025-06-09 00:05:47 +00:00
50fdbd1c30 Merge pull request 'fix(deps): update module github.com/lmittmann/tint to v1.1.2' (#25) from renovate/github.com-lmittmann-tint-1.x into main
All checks were successful
Go / build (push) Successful in 33s
Reviewed-on: #25
2025-06-09 09:53:49 +12:00
Renovate Bot
a042e01d3e fix(deps): update module github.com/lmittmann/tint to v1.1.2
All checks were successful
Go / build (pull_request) Successful in 52s
2025-06-08 00:08:50 +00:00
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.1
github.com/lmittmann/tint v1.1.2
github.com/urfave/cli/v2 v2.27.6
github.com/urfave/cli/v3 v3.3.3
)

2
go.sum
View File

@@ -20,6 +20,8 @@ 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/lmittmann/tint v1.1.2 h1:2CQzrL6rslrsyjqLDwD11bZ5OpLBPU+g3G/r5LSfS8w=
github.com/lmittmann/tint v1.1.2/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=