zk/go.mod

33 lines
1.2 KiB
Modula-2
Raw Normal View History

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
2021-01-09 16:14:54 +00:00
github.com/fatih/color v1.10.0
2021-01-05 19:50:39 +00:00
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
github.com/mattn/go-isatty v0.0.12
2021-01-17 10:59:45 +00:00
github.com/mattn/go-runewidth v0.0.10 // indirect
2021-01-02 11:29:21 +00:00
github.com/mattn/go-sqlite3 v1.14.6
2021-01-10 15:39:10 +00:00
github.com/mickael-menu/pretty v0.2.3
2021-01-17 10:59:45 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
2021-01-10 15:39:10 +00:00
github.com/rogpeppe/go-internal v1.6.2 // indirect
2021-01-07 21:14:27 +00:00
github.com/rvflash/elapsed v0.2.0
2021-01-17 10:59:45 +00:00
github.com/schollz/progressbar/v3 v3.7.3
2021-01-05 19:50:39 +00:00
github.com/tebeka/strftime v0.1.5 // indirect
2021-01-12 18:58:14 +00:00
github.com/tj/go-naturaldate v1.3.0
2021-01-16 18:37:10 +00:00
github.com/yuin/goldmark v1.3.1
2021-01-24 12:42:57 +00:00
github.com/yuin/goldmark-meta v1.0.0
2021-01-17 10:59:45 +00:00
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // 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
)