2025-12-18 21:28:14 +00:00

19 lines
386 B
Modula-2

module sf-core
go 1.25
require (
github.com/Masterminds/semver v1.5.0
github.com/briandowns/spinner v1.23.2
github.com/fatih/color v1.18.0
golang.org/x/mod v0.31.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
)