chore: bump deps

This commit is contained in:
raf 2025-06-12 16:29:08 +03:00
commit c4ed025d20
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 12 additions and 12 deletions

10
go.mod
View file

@ -1,11 +1,13 @@
module notashelf.dev/mdlinkt
go 1.20
go 1.23.0
require github.com/fatih/color v1.16.0
toolchain go1.24.3
require github.com/fatih/color v1.18.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.33.0 // indirect
)