Files
yadu/go.mod
Thomas von Dein a6b112cfcb Lots of additions:
- added unit tests
- renamed to yadu
- added gh test actions
- added docs
2024-01-18 18:43:13 +01:00

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
)