mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.31.0 to 0.32.0. - [Commits](https://github.com/golang/mod/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.32.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
|
|
)
|