We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e6c7f commit ff4b5a0Copy full SHA for ff4b5a0
go.mod
@@ -5,9 +5,9 @@ go 1.13
5
require (
6
github.com/function61/gokit v0.0.0-20220129122644-a8596b4bad8c
7
github.com/mattn/go-runewidth v0.0.13 // indirect
8
- github.com/moby/buildkit v0.10.4
+ github.com/moby/buildkit v0.11.4
9
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
10
github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4
11
- github.com/spf13/cobra v1.3.0
+ github.com/spf13/cobra v1.6.0
12
go.i3wm.org/i3/v4 v4.18.0
13
)
0 commit comments