Skip to content

Commit

Permalink
Bump github.com/spf13/cobra to v1.4.0.
Browse files Browse the repository at this point in the history
This upstream release massively reduced the number of transitive
dependencies [0], so this change should improve our build times.

[0]: https://github.com/spf13/cobra/releases/tag/v1.4.0

Signed-off-by: Aaron Jacobs <[email protected]>
  • Loading branch information
atheriel committed Apr 4, 2022
1 parent ee520c8 commit 654fcd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 743 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/rstudio/rskey
go 1.17

require (
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
Expand Down
Loading

0 comments on commit 654fcd9

Please sign in to comment.