Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ go 1.16
require (
github.com/Masterminds/semver v1.5.0
github.com/briandowns/spinner v1.18.0
github.com/fatih/color v1.13.0 // indirect
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/schollz/progressbar/v3 v3.8.5
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.7.0 // indirect
github.com/thedevsaddam/retry v1.2.1
golang.org/x/tools v0.1.5 // indirect
)
Loading