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

Commit 4188f11

Browse files
chore: bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#376)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.1.3...v1.2.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 196a255 commit 4188f11

File tree

2 files changed

+41
-76
lines changed

2 files changed

+41
-76
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
1414
github.com/klauspost/compress v1.10.8 // indirect
1515
github.com/manifoldco/promptui v0.8.0
16+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1617
github.com/pion/datachannel v1.4.21
1718
github.com/pion/dtls/v2 v2.0.9
1819
github.com/pion/ice/v2 v2.1.7
@@ -21,7 +22,7 @@ require (
2122
github.com/pion/webrtc/v3 v3.0.29
2223
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
2324
github.com/rjeczalik/notify v0.9.2
24-
github.com/spf13/cobra v1.1.3
25+
github.com/spf13/cobra v1.2.1
2526
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2627
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
2728
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1

0 commit comments

Comments
 (0)