mirror of
https://github.com/mickael-menu/zk
synced 2024-11-15 12:12:56 +00:00
0eaf26483f
Finalise transfer from old repo (github.com/mickael-menu/zk) to new (github.com/zk-org/zk) Co-authored-by: tjex <tjex@tjex.net>
55 lines
2.0 KiB
Modula-2
55 lines
2.0 KiB
Modula-2
module github.com/zk-org/zk
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.4
|
|
github.com/alecthomas/kong v0.5.0
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
|
github.com/fatih/color v1.13.0
|
|
github.com/go-testfixtures/testfixtures/v3 v3.6.1
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/gosimple/slug v1.12.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/lestrrat-go/strftime v1.0.6
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/mvdan/xurls v1.1.0
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/relvacode/iso8601 v1.1.0
|
|
github.com/rvflash/elapsed v0.2.0
|
|
github.com/schollz/progressbar/v3 v3.8.6
|
|
github.com/tj/go-naturaldate v1.3.0
|
|
github.com/tliron/glsp v0.1.1
|
|
github.com/tliron/kutil v0.1.59
|
|
github.com/yuin/goldmark v1.4.12
|
|
github.com/yuin/goldmark-meta v1.1.0
|
|
github.com/zk-org/pretty v0.2.4
|
|
gopkg.in/djherbis/times.v1 v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/gosimple/unidecode v1.0.1 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
github.com/sasha-s/go-deadlock v0.3.1 // indirect
|
|
github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect
|
|
github.com/zchee/color/v2 v2.0.6 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/term v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|