-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
28 lines (25 loc) · 933 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/zyedidia/knit
go 1.19
require (
github.com/adrg/xdg v0.4.0
github.com/gobwas/glob v0.2.3
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/pelletier/go-toml/v2 v2.0.5
github.com/schollz/progressbar/v3 v3.11.0
github.com/segmentio/fasthash v1.0.3
github.com/spf13/pflag v1.0.5
github.com/zyedidia/generic v1.2.0
github.com/zyedidia/gopher-luar v0.0.0-20220811182431-9d2fc6a3867f
mvdan.cc/sh v2.6.4+incompatible
)
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/zyedidia/gopher-lua v0.0.0-20230314215338-04b7131aa888 // indirect
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/term v0.2.0 // indirect
)