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

Commit 27262d4

Browse files
build(deps): Bump github.com/spf13/cobra from 1.3.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.3.0...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 b8614dc commit 27262d4

2 files changed

Lines changed: 8 additions & 734 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0
7-
github.com/spf13/cobra v1.3.0
7+
github.com/spf13/cobra v1.6.1
88
)
99

1010
require (
@@ -13,7 +13,7 @@ require (
1313
github.com/go-playground/universal-translator v0.18.0 // indirect
1414
github.com/go-playground/validator/v10 v10.11.1 // indirect
1515
github.com/google/uuid v1.3.0 // indirect
16-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
16+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
1717
github.com/leodido/go-urn v1.2.1 // indirect
1818
github.com/spf13/pflag v1.0.5 // indirect
1919
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)