mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 20:21:00 +01:00
15 lines
263 B
Modula-2
15 lines
263 B
Modula-2
module github.com/tlinden/yadu/v2
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/fatih/color v1.16.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
)
|