mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/kovetskiy/mark
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/kovetskiy/blackfriday/v2 v2.3.0
|
|
github.com/kovetskiy/gopencils v0.0.0-20210811071033-d690b7a013fb
|
|
github.com/kovetskiy/ko v1.5.0
|
|
github.com/kovetskiy/lorg v1.2.0
|
|
github.com/reconquest/karma-go v0.0.0-20220904173930-21741aa386a6
|
|
github.com/reconquest/pkg v1.2.0
|
|
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
|
github.com/stretchr/testify v1.8.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
|
github.com/kovetskiy/toml v0.2.0 // 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/reconquest/colorgful v0.0.0-20210914131800-3b7d32bf77e5 // indirect
|
|
github.com/reconquest/loreley v0.0.0-20211011075601-29b1d7b0ad91 // indirect
|
|
github.com/zazab/zhash v0.0.0-20210630080733-6e809466f8d3 // indirect
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
|
|
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|