mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00

Turns out the PR to the upstream is not merged and looks like the maintainers didn't have a chance to merge it. The `replace` directive causes some problems: https://github.com/kovetskiy/mark/issues/71
25 lines
1.0 KiB
Modula-2
25 lines
1.0 KiB
Modula-2
module github.com/kovetskiy/mark
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
|
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
|
|
github.com/kovetskiy/blackfriday/v2 v2.3.0
|
|
github.com/kovetskiy/gopencils v0.0.0-20201105104258-2a0bfdd710fb
|
|
github.com/kovetskiy/ko v0.0.0-20190324102900-26b8dd0988bf
|
|
github.com/kovetskiy/lorg v0.0.0-20200107130803-9a7136a95634
|
|
github.com/kovetskiy/toml v0.2.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/reconquest/karma-go v0.0.0-20200326104714-79480464fdb5
|
|
github.com/reconquest/pkg v0.0.0-20201028091908-8e9a5e0226ef
|
|
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|