zk/go.mod

40 lines
1.5 KiB
Modula-2
Raw Normal View History

2020-12-24 15:02:19 +00:00
module github.com/mickael-menu/zk
go 1.15
2021-08-18 17:51:43 +00:00
replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.1
2020-12-25 19:25:52 +00:00
require (
2021-10-03 16:36:59 +00:00
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/alecthomas/kong v0.2.18-0.20210927063154-5c7b038540ab
2020-12-26 15:53:04 +00:00
github.com/aymerick/raymond v2.0.2+incompatible
github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
2021-10-03 16:36:59 +00:00
github.com/fatih/color v1.13.0
2021-01-05 19:50:39 +00:00
github.com/go-testfixtures/testfixtures/v3 v3.4.1
2021-08-18 17:51:43 +00:00
github.com/google/go-cmp v0.5.6
2021-10-03 16:36:59 +00:00
github.com/gosimple/slug v1.10.0
2020-12-27 17:58:22 +00:00
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2021-10-03 16:36:59 +00:00
github.com/lestrrat-go/strftime v1.0.5
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-sqlite3 v1.14.8
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
2021-01-10 15:39:10 +00:00
github.com/mickael-menu/pretty v0.2.3
github.com/mvdan/xurls v1.1.0
2021-10-03 16:36:59 +00:00
github.com/pelletier/go-toml v1.9.4
github.com/relvacode/iso8601 v1.1.0
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-10-03 16:36:59 +00:00
github.com/schollz/progressbar/v3 v3.8.3
2021-01-12 18:58:14 +00:00
github.com/tj/go-naturaldate v1.3.0
2021-10-03 16:36:59 +00:00
github.com/tliron/glsp v0.0.0-20210824162824-d103e5701036
github.com/tliron/kutil v0.1.49
github.com/yuin/goldmark v1.4.1
2021-01-24 12:42:57 +00:00
github.com/yuin/goldmark-meta v1.0.0
2021-10-03 16:36:59 +00:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/djherbis/times.v1 v1.3.0
2020-12-25 19:25:52 +00:00
)