Skip to content

Commit cb4aaf0

Browse files
build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#1075)
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 f126808 commit cb4aaf0

File tree

2 files changed

+324
-47
lines changed

2 files changed

+324
-47
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/lib/pq v1.10.2
1414
github.com/pganalyze/pg_query_go/v2 v2.0.3
1515
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
16-
github.com/spf13/cobra v1.1.3
16+
github.com/spf13/cobra v1.2.1
1717
github.com/spf13/pflag v1.0.5
1818
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
19-
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
19+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2020
)

0 commit comments

Comments
 (0)