mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module github.com/kovetskiy/mark
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/kovetskiy/gopencils v0.0.0-20230119081704-a73db75b2f69
|
|
github.com/kovetskiy/lorg v1.2.0
|
|
github.com/reconquest/karma-go v0.0.0-20220904173930-21741aa386a6
|
|
github.com/reconquest/pkg v1.3.0
|
|
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/urfave/cli/v2 v2.25.1
|
|
github.com/yuin/goldmark v1.5.4
|
|
golang.org/x/tools v0.7.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/reconquest/cog v0.0.0-20210820140837-c5c4e8f49c65 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
github.com/zazab/zhash v0.0.0-20210630080733-6e809466f8d3 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|