Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 51c3fa2

Browse files
chore: bump github.com/spf13/cobra from 1.2.1 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.2.1...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a6edf6 commit 51c3fa2

File tree

2 files changed

+13
-90
lines changed

2 files changed

+13
-90
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ require (
1616
github.com/google/go-cmp v0.5.6
1717
github.com/gorilla/websocket v1.4.2
1818
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493
19+
github.com/json-iterator/go v1.1.11 // indirect
1920
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
2021
github.com/klauspost/compress v1.13.5 // indirect
2122
github.com/manifoldco/promptui v0.8.0
2223
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
24+
github.com/modern-go/reflect2 v1.0.1 // indirect
2325
github.com/pion/datachannel v1.4.21
2426
github.com/pion/dtls/v2 v2.0.9
2527
github.com/pion/ice/v2 v2.1.12
@@ -29,7 +31,7 @@ require (
2931
github.com/pkg/browser v0.0.0-20210904010418-6d279e18f982
3032
github.com/rjeczalik/notify v0.9.2
3133
github.com/spf13/afero v1.6.0
32-
github.com/spf13/cobra v1.2.1
34+
github.com/spf13/cobra v1.6.1
3335
github.com/stretchr/testify v1.7.0
3436
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
3537
golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d

0 commit comments

Comments
 (0)