2020-12-24 15:02:19 +00:00
|
|
|
module github.com/mickael-menu/zk
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2020-12-25 19:25:52 +00:00
|
|
|
require (
|
|
|
|
github.com/alecthomas/kong v0.2.12
|
2020-12-26 15:53:04 +00:00
|
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
2021-01-05 19:50:39 +00:00
|
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
|
|
github.com/go-testfixtures/testfixtures/v3 v3.4.1
|
2020-12-25 19:25:52 +00:00
|
|
|
github.com/google/go-cmp v0.3.1
|
2020-12-26 19:10:39 +00:00
|
|
|
github.com/gosimple/slug v1.9.0
|
2020-12-25 19:25:52 +00:00
|
|
|
github.com/hashicorp/hcl/v2 v2.8.1
|
2021-01-05 19:50:39 +00:00
|
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
2020-12-27 17:58:22 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2020-12-27 17:09:45 +00:00
|
|
|
github.com/lestrrat-go/strftime v1.0.3
|
2021-01-02 11:29:21 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-01-07 21:14:27 +00:00
|
|
|
github.com/rvflash/elapsed v0.2.0
|
2021-01-05 19:50:39 +00:00
|
|
|
github.com/tebeka/strftime v0.1.5 // indirect
|
2021-01-03 13:43:27 +00:00
|
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
2020-12-26 15:53:04 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-12-25 19:25:52 +00:00
|
|
|
)
|