2020-03-06 04:43:53 -06:00
|
|
|
module github.com/kovetskiy/mark
|
|
|
|
|
2023-01-27 11:39:27 +01:00
|
|
|
go 1.19
|
2020-03-06 04:43:53 -06:00
|
|
|
|
|
|
|
require (
|
2020-07-25 11:09:06 +03:00
|
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
2021-03-11 08:59:37 +03:00
|
|
|
github.com/kovetskiy/blackfriday/v2 v2.3.0
|
2023-01-26 09:49:40 +01:00
|
|
|
github.com/kovetskiy/gopencils v0.0.0-20230119081704-a73db75b2f69
|
|
|
|
github.com/kovetskiy/ko v1.6.0
|
2022-10-19 16:43:12 +02:00
|
|
|
github.com/kovetskiy/lorg v1.2.0
|
|
|
|
github.com/reconquest/karma-go v0.0.0-20220904173930-21741aa386a6
|
2023-01-26 09:49:40 +01:00
|
|
|
github.com/reconquest/pkg v1.3.0
|
2020-03-06 04:43:53 -06:00
|
|
|
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
2023-01-26 09:49:40 +01:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-10-19 16:43:12 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-12-27 05:35:22 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-01-26 09:49:40 +01:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
2021-12-27 05:35:22 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-10-19 16:43:12 +02:00
|
|
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
2021-12-27 05:35:22 -05:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-10-19 16:43:12 +02:00
|
|
|
github.com/reconquest/cog v0.0.0-20210820140837-c5c4e8f49c65 // indirect
|
|
|
|
github.com/zazab/zhash v0.0.0-20210630080733-6e809466f8d3 // indirect
|
2021-02-02 17:45:36 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-03-06 04:43:53 -06:00
|
|
|
)
|