Updates two dependencies with known security vulnerabilities:
1. github.com/gomarkdown/markdown
- Updated from v0.0.0-20191123064959-2c17d62f5098 (Nov 2019)
- Updated to v0.0.0-20250810172220-2e2c11897d1a (Aug 2025) - Fixes 2 HIGH severity vulnerabilities reported by OSV scanner2. github.com/disintegration/imaging - Updated from v1.6.2 - Updated to v1.6.3-0.20201218193011-d40f48ce0f09 (master branch)
- Fixes 1 MEDIUM severity vulnerability
- Note: Using master branch as no new tagged release available since 2019
Both packages are indirect dependencies pulled in through
github.com/MichaelMure/go-term-markdown.
Changes:
- go get github.com/gomarkdown/markdown@latest
- go get github.com/disintegration/imaging@master
- go mod tidy
- go mod vendor
All tests pass and build successful.