summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 56e6ada2e3d833cbe29194673f80d45406991c56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module main.go

go 1.22.5

require (
	github.com/fatih/color v1.17.0 // indirect
	github.com/goccy/go-yaml v1.11.3 // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	golang.org/x/sys v0.22.0 // indirect
	golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
)
remember that computers suck.