mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2024-11-01 11:01:18 +00:00
12 lines
228 B
Modula-2
12 lines
228 B
Modula-2
module notashelf.dev/mdlinkt
|
|
|
|
go 1.20
|
|
|
|
require github.com/fatih/color v1.16.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
)
|