Skip to content
Closed
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: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@ require (
github.com/alecthomas/kong v0.2.16
github.com/briandowns/spinner v1.11.1
github.com/fatih/color v1.10.0
github.com/go-git/go-git/v5 v5.3.0
github.com/go-git/go-git/v5 v5.4.0
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/logutils v1.0.0
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kisielk/errcheck v1.6.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.8
github.com/olekukonko/tablewriter v0.0.5
github.com/posener/complete v1.2.3
github.com/stretchr/testify v1.7.0
github.com/willabides/kongplete v0.2.0
github.com/zalando/go-keyring v0.1.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
golang.org/x/tools v0.1.1 // indirect
honnef.co/go/tools v0.1.4 // indirect
)
Loading