Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #430 from edgexfoundry/dependabot/go_modules/githu…
Browse files Browse the repository at this point in the history
…b.com/spf13/cobra-1.3.0

build(deps): Bump github.com/spf13/cobra from 0.0.7 to 1.3.0
  • Loading branch information
JamesKButcher authored Feb 18, 2022
2 parents 0220222 + b25ef09 commit 3761dc7
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 62 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/edgexfoundry/edgex-cli

require (
github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.3.0
)

require (
Expand All @@ -13,11 +13,11 @@ require (
github.com/google/uuid v1.2.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
)

go 1.17
Loading

0 comments on commit 3761dc7

Please sign in to comment.