This commit is contained in:
2025-12-06 20:49:48 +01:00
parent 2036b4b65f
commit 6a223acf1b
4 changed files with 10 additions and 19 deletions

6
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/tlinden/yadu
module github.com/tlinden/yadu/v2
go 1.21
@@ -8,7 +8,7 @@ require (
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)