build(deps): bump github.com/fatih/color from 1.18.0 to 1.19.0

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>
This commit is contained in:
dependabot[bot] 2026-03-23 01:45:02 +00:00 committed by GitHub
commit 6fef8eb0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

8
go.mod
View file

@ -1,13 +1,11 @@
module notashelf.dev/mdlinkt
go 1.23.0
go 1.25.0
toolchain go1.24.3
require github.com/fatih/color v1.18.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.33.0 // indirect
golang.org/x/sys v0.42.0 // indirect
)