Skip to content

Commit 25a9991

Browse files
committed
update dependencies
1 parent f82b9ec commit 25a9991

File tree

2 files changed

+691
-20
lines changed

2 files changed

+691
-20
lines changed

go.mod

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ module github.com/function61/turbobob
33
go 1.13
44

55
require (
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
)

0 commit comments

Comments
 (0)