You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/go.mod

36 lines
1.3 KiB
Modula-2

4 years ago
module github.com/mickael-menu/zk
go 1.15
replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.1
4 years ago
require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/alecthomas/kong v0.2.18-0.20210616130643-2d879d20374b
github.com/aymerick/raymond v2.0.2+incompatible
github.com/fatih/color v1.12.0
3 years ago
github.com/go-testfixtures/testfixtures/v3 v3.4.1
github.com/google/go-cmp v0.5.6
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.13
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.7
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.9.3
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.8.1
github.com/tj/go-naturaldate v1.3.0
github.com/tliron/glsp v0.0.0-20210423182918-98d1a22f3ee6
github.com/tliron/kutil v0.1.48
github.com/yuin/goldmark v1.3.8
github.com/yuin/goldmark-meta v1.0.0
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
gopkg.in/djherbis/times.v1 v1.2.0
4 years ago
)