Skip to content

Commit 56c477e

Browse files
authored
Merge pull request #182 from vmware-tanzu/dependabot/go_modules/github.com/spf13/cobra-1.2.1
Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
2 parents ee3d2f7 + 70f622b commit 56c477e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2841
-1147
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/mattn/go-runewidth v0.0.12 // indirect
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
1414
github.com/rivo/uniseg v0.2.0 // indirect
15-
github.com/spf13/cobra v1.1.3
15+
github.com/spf13/cobra v1.2.1
1616
github.com/stretchr/testify v1.7.0
1717
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
18-
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
18+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
1919
sigs.k8s.io/yaml v1.2.0
2020
)

go.sum

+195-14
Large diffs are not rendered by default.

vendor/github.com/spf13/cobra/.travis.yml

-28
This file was deleted.

0 commit comments

Comments
 (0)