Compare commits

..

7 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
3 changed files with 2 additions and 4 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

3
go.mod
View File

@@ -4,8 +4,7 @@ go 1.22.2
require (
github.com/lmittmann/tint v1.1.2
github.com/urfave/cli/v2 v2.27.7
github.com/urfave/cli/v3 v3.3.8
github.com/urfave/cli/v3 v3.6.1
)
require (

1
go.sum
View File

@@ -44,7 +44,6 @@ 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/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
github.com/urfave/cli/v3 v3.3.8/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
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=