Compare commits

..

9 Commits

Author SHA1 Message Date
Renovate Bot
2955fd0121 fix(deps): update module github.com/urfave/cli/v2 to v3
Some checks failed
renovate/artifacts Artifact file update failure
Go / build (pull_request) Failing after 39s
2025-12-11 18:15:25 +00:00
6caee54f4d Merge pull request 'chore(deps): update actions/checkout action to v6' (#28) from renovate/actions-checkout-6.x into main
All checks were successful
Go / build (push) Successful in 3m16s
Reviewed-on: #28
2025-12-10 23:49:29 +13:00
Renovate Bot
fb075a8820 chore(deps): update actions/checkout action to v6
Some checks failed
Go / build (pull_request) Failing after 0s
2025-11-22 18:14:43 +00:00
5af162aff2 Merge pull request 'chore(deps): update actions/checkout action to v5' (#27) from renovate/actions-checkout-5.x into main
Some checks failed
Go / build (push) Failing after 3s
Reviewed-on: #27
2025-08-19 16:25:22 +12:00
Renovate Bot
e20373f556 chore(deps): update actions/checkout action to v5
Some checks failed
Go / build (pull_request) Failing after 2s
2025-08-11 18:11:58 +00:00
9a0a7b8d6c Merge pull request 'fix(deps): update module github.com/urfave/cli/v2 to v2.27.7' (#26) from renovate/github.com-urfave-cli-v2-2.x into main
All checks were successful
Go / build (push) Successful in 33s
Reviewed-on: #26
2025-07-16 09:13:31 +12:00
Renovate Bot
8a1ef68a01 fix(deps): update module github.com/urfave/cli/v2 to v2.27.7
All checks were successful
Go / build (pull_request) Successful in 32s
2025-06-14 06:06: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
3 changed files with 10 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# - name: Set up Go
# uses: actions/setup-go@v4

7
go.mod
View File

@@ -3,13 +3,12 @@ module git.nice.net.nz/hads/snice
go 1.22.2
require (
github.com/lmittmann/tint v1.1.1
github.com/urfave/cli/v2 v2.27.6
github.com/urfave/cli/v3 v3.3.3
github.com/lmittmann/tint v1.1.2
github.com/urfave/cli/v3 v3.6.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
)

7
go.sum
View File

@@ -4,6 +4,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lV
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc=
github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/lmittmann/tint v1.0.2 h1:9XZ+JvEzjvd3VNVugYqo3j+dl0NRju8k9FquAusJExM=
github.com/lmittmann/tint v1.0.2/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
github.com/lmittmann/tint v1.0.3 h1:W5PHeA2D8bBJVvabNfQD/XW9HPLZK1XoPZH0cq8NouQ=
@@ -20,6 +22,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=
@@ -38,7 +42,8 @@ github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/urfave/cli/v3 v3.3.3/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=