mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2026-04-15 14:53:55 +00:00
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
230 B
Modula-2
11 lines
230 B
Modula-2
module notashelf.dev/mdlinkt
|
|
|
|
go 1.25.0
|
|
|
|
require github.com/fatih/color v1.19.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
)
|