Files
yadu/go.mod
2024-01-18 15:09:30 +01:00

15 lines
271 B
Modula-2

module github.com/tlinden/yamldumphandler
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
)