1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-07-30 02:40:27 +00:00

go*: update modules

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-10-21 14:33:58 +00:00
parent 5fa6536fc3
commit 18eabcdcca
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
2 changed files with 7 additions and 8 deletions

4
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/magefile/mage v1.14.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/urfave/cli v1.22.15
github.com/urfave/cli v1.22.16
)
require (
@ -17,6 +17,6 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)