2020-03-06 04:43:53 -06:00
|
|
|
module github.com/kovetskiy/mark
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2021-02-02 17:45:36 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-07-25 11:09:06 +03:00
|
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
2020-03-06 04:43:53 -06:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
|
|
|
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
|
2021-03-11 08:59:37 +03:00
|
|
|
github.com/kovetskiy/blackfriday/v2 v2.3.0
|
2021-08-11 10:12:58 +03:00
|
|
|
github.com/kovetskiy/gopencils v0.0.0-20210811071033-d690b7a013fb
|
2020-03-06 04:43:53 -06:00
|
|
|
github.com/kovetskiy/ko v0.0.0-20190324102900-26b8dd0988bf
|
2020-11-03 17:12:51 +03:00
|
|
|
github.com/kovetskiy/lorg v0.0.0-20200107130803-9a7136a95634
|
2020-03-06 04:43:53 -06:00
|
|
|
github.com/kovetskiy/toml v0.2.0 // indirect
|
2021-02-02 17:45:36 +03:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-11-03 17:12:51 +03:00
|
|
|
github.com/reconquest/karma-go v0.0.0-20200326104714-79480464fdb5
|
|
|
|
github.com/reconquest/pkg v0.0.0-20201028091908-8e9a5e0226ef
|
2020-03-06 04:43:53 -06:00
|
|
|
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
2020-11-30 09:47:46 +02:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2021-02-02 17:45:36 +03:00
|
|
|
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-03-06 04:43:53 -06:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|