Skip to content

Commit 0e4e998

Browse files
build(deps): bump github.com/pganalyze/pg_query_go/v2 (#1234)
1 parent 5626602 commit 0e4e998

File tree

2 files changed

+6
-55
lines changed

2 files changed

+6
-55
lines changed

go.mod

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,22 @@ go 1.16
44

55
require (
66
github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
7-
github.com/cznic/golex v0.0.0-20181122101858-9c343928389c // indirect
8-
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
9-
github.com/cznic/parser v0.0.0-20160622100904-31edd927e5b1 // indirect
10-
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8 // indirect
11-
github.com/cznic/strutil v0.0.0-20171016134553-529a34b1c186 // indirect
12-
github.com/cznic/y v0.0.0-20170802143616-045f81c6662a // indirect
137
github.com/davecgh/go-spew v1.1.1
148
github.com/go-sql-driver/mysql v1.6.0
159
github.com/google/go-cmp v0.5.6
1610
github.com/jackc/pgx/v4 v4.13.0
1711
github.com/jinzhu/inflection v1.0.0
18-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
1912
github.com/kr/pretty v0.2.1 // indirect
2013
github.com/lib/pq v1.10.3
21-
github.com/pganalyze/pg_query_go/v2 v2.0.5
14+
github.com/pganalyze/pg_query_go/v2 v2.1.0
2215
github.com/pingcap/log v0.0.0-20210906054005-afc726e70354 // indirect
2316
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
24-
github.com/pingcap/tipb v0.0.0-20210830034902-3d2699ad59b9 // indirect
2517
github.com/pkg/errors v0.9.1 // indirect
26-
github.com/sirupsen/logrus v1.8.1 // indirect
2718
github.com/spf13/cobra v1.2.1
2819
github.com/spf13/pflag v1.0.5
2920
go.uber.org/zap v1.19.1 // indirect
30-
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
31-
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
3221
golang.org/x/text v0.3.7 // indirect
33-
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af // indirect
22+
google.golang.org/protobuf v1.27.1 // indirect
3423
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3524
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
3625
)

0 commit comments

Comments
 (0)