mirror of
https://github.com/mickael-menu/zk
synced 2024-11-07 15:20:21 +00:00
38 lines
1.4 KiB
Modula-2
38 lines
1.4 KiB
Modula-2
module github.com/mickael-menu/zk
|
|
|
|
go 1.15
|
|
|
|
replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.0
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.2.12
|
|
github.com/alecthomas/kong v0.2.16-0.20210209082517-405b2f4fd9a4
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/fatih/color v1.10.0
|
|
github.com/go-testfixtures/testfixtures/v3 v3.4.1
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/lestrrat-go/strftime v1.0.4
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/mickael-menu/pretty v0.2.3
|
|
github.com/mvdan/xurls v1.1.0
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/relvacode/iso8601 v1.1.0
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/rvflash/elapsed v0.2.0
|
|
github.com/schollz/progressbar/v3 v3.7.4
|
|
github.com/tj/go-naturaldate v1.3.0
|
|
github.com/tliron/glsp v0.0.0-20210308190902-c7ec7df19257
|
|
github.com/tliron/kutil v0.1.22
|
|
github.com/yuin/goldmark v1.3.2
|
|
github.com/yuin/goldmark-meta v1.0.0
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
|
|
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
|
)
|