mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 20:21:00 +01:00
move to codeberg (#15)
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user