Skip to content

Commit

Permalink
go.mod: upgrade cobra cli to v1.3.0 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonidavidson authored Jan 11, 2022
1 parent 11f3f1d commit f40fbd0
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 70 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ require (
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/hashicorp/hcl/v2 v2.10.0
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.10.3
github.com/manifoldco/promptui v0.9.0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/zclconf/go-cty v1.8.0
golang.org/x/mod v0.4.3-0.20210512182355-6088ed88cecd
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/mod v0.5.0
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)

require (
github.com/go-openapi/inflect v0.19.0
github.com/mattn/go-sqlite3 v1.14.10
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/go-homedir v1.1.0
)

require (
Expand Down
Loading

0 comments on commit f40fbd0

Please sign in to comment.