mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 12:11:00 +01:00
- added unit tests - renamed to yadu - added gh test actions - added docs
15 lines
260 B
Modula-2
15 lines
260 B
Modula-2
module github.com/tlinden/yadu
|
|
|
|
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.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
)
|