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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ require (
github.com/alecthomas/kong v0.2.16
github.com/briandowns/spinner v1.15.0
github.com/fatih/color v1.12.0
github.com/go-git/go-git/v5 v5.3.0
github.com/go-git/go-git/v5 v5.6.0
github.com/hashicorp/go-version v1.2.1
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/rs/zerolog v1.22.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/tc-hib/go-winres v0.2.0 // indirect
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-20210601080250-7ecdf8ef093b // indirect
)
Loading