mirror of
https://github.com/fatih/color.git
synced 2025-02-10 18:31:11 +02:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
161 B
Modula-2
11 lines
161 B
Modula-2
module github.com/fatih/color
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-isatty v0.0.20
|
|
)
|
|
|
|
require golang.org/x/sys v0.25.0
|