module openfuyao.com/oscheck

go 1.25.0

require (
	github.com/olekukonko/tablewriter v1.0.9
	golang.org/x/net v0.56.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/fatih/color v1.18.0 // indirect
	github.com/mattn/go-colorable v0.1.14 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/mattn/go-runewidth v0.0.16 // indirect
	github.com/olekukonko/errors v1.1.0 // indirect
	github.com/olekukonko/ll v0.0.9 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
)

require (
	github.com/agiledragon/gomonkey/v2 v2.13.0
	golang.org/x/sys v0.46.0 // indirect
)