mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2025-10-02 15:03:40 +00:00
13 lines
250 B
Modula-2
13 lines
250 B
Modula-2
module notashelf.dev/mdlinkt
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require github.com/fatih/color v1.18.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
|
|
)
|