Skip to content

Commit 9240b66

Browse files
build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#1483)
1 parent 7827130 commit 9240b66

File tree

2 files changed

+5
-656
lines changed

2 files changed

+5
-656
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ require (
77
github.com/davecgh/go-spew v1.1.1
88
github.com/go-sql-driver/mysql v1.6.0
99
github.com/google/go-cmp v0.5.7
10+
github.com/jackc/pgconn v1.11.0
1011
github.com/jackc/pgx/v4 v4.15.0
1112
github.com/jinzhu/inflection v1.0.0
1213
github.com/lib/pq v1.10.4
1314
github.com/pganalyze/pg_query_go/v2 v2.1.0
1415
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
15-
github.com/spf13/cobra v1.3.0
16+
github.com/spf13/cobra v1.4.0
1617
github.com/spf13/pflag v1.0.5
1718
google.golang.org/protobuf v1.27.1
1819
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -22,7 +23,6 @@ require (
2223
github.com/golang/protobuf v1.5.2 // indirect
2324
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2425
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
25-
github.com/jackc/pgconn v1.11.0 // indirect
2626
github.com/jackc/pgio v1.0.0 // indirect
2727
github.com/jackc/pgpassfile v1.0.0 // indirect
2828
github.com/jackc/pgproto3/v2 v2.2.0 // indirect

0 commit comments

Comments
 (0)