Files
BrowserOS/packages/browseros/tools/bdev/go.mod
2026-03-24 14:07:49 -07:00

19 lines
402 B
Modula-2

module bdev
go 1.25.0
require (
github.com/fatih/color v1.18.0
github.com/spf13/cobra v1.10.1
golang.org/x/term v0.30.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.31.0 // indirect
)