mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
19 lines
386 B
Modula-2
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
|
|
)
|