File tree Expand file tree Collapse file tree 2 files changed +691
-20
lines changed
Expand file tree Collapse file tree 2 files changed +691
-20
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,9 @@ module github.com/function61/turbobob
33go 1.13
44
55require (
6- github.com/function61/gokit v0.0.0-20210207144405-1f1e50ad6dcc
7- github.com/google/go-cmp v0.5.4 // indirect
8- github.com/inconshreveable/mousetrap v1.0.0 // indirect
9- github.com/mattn/go-runewidth v0.0.3 // indirect
6+ github.com/function61/gokit v0.0.0-20220107130649-3c68dc3e0bcf
7+ github.com/mattn/go-runewidth v0.0.13 // indirect
108 github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4
11- github.com/spf13/cobra v0.0.3
12- github.com/spf13/pflag v1.0.2 // indirect
9+ github.com/spf13/cobra v1.3.0
1310 go.i3wm.org/i3/v4 v4.18.0
14- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
15- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
1611)
You can’t perform that action at this time.
0 commit comments