mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2025-10-03 15:33:33 +00:00
Initial commit
This commit is contained in:
commit
a94a991fab
372 changed files with 215877 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue