Compare commits

..

3 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
3 changed files with 1 additions and 3 deletions

View File

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

1
go.mod
View File

@@ -4,7 +4,6 @@ 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.6.1
)

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.6.1/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
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=