mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2025-10-03 07:23:34 +00:00
chore: bump deps
This commit is contained in:
parent
cccadad4ce
commit
c4ed025d20
2 changed files with 12 additions and 12 deletions
10
go.mod
10
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue