File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9
7
+ github.com/bytecodealliance/wasmtime-go v0.37.0
7
8
github.com/davecgh/go-spew v1.1.1
8
9
github.com/go-sql-driver/mysql v1.6.0
9
10
github.com/google/go-cmp v0.5.8
@@ -12,7 +13,7 @@ require (
12
13
github.com/jinzhu/inflection v1.0.0
13
14
github.com/lib/pq v1.10.6
14
15
github.com/mattn/go-sqlite3 v1.14.13
15
- github.com/pganalyze/pg_query_go/v2 v2.1.0
16
+ github.com/pganalyze/pg_query_go/v2 v2.1.2
16
17
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
17
18
github.com/spf13/cobra v1.5.0
18
19
github.com/spf13/pflag v1.0.5
@@ -21,7 +22,6 @@ require (
21
22
)
22
23
23
24
require (
24
- github.com/bytecodealliance/wasmtime-go v0.37.0 // indirect
25
25
github.com/golang/protobuf v1.5.2 // indirect
26
26
github.com/inconshreveable/mousetrap v1.0.0 // indirect
27
27
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd
121
121
github.com/mattn/go-isatty v0.0.12 /go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU =
122
122
github.com/mattn/go-sqlite3 v1.14.13 h1:1tj15ngiFfcZzii7yd82foL+ks+ouQcj8j/TPq3fk1I =
123
123
github.com/mattn/go-sqlite3 v1.14.13 /go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU =
124
- github.com/pganalyze/pg_query_go/v2 v2.1.0 h1:donwPZ4G/X+kMs7j5eYtKjdziqyOLVp3pkUrzb9lDl8 =
125
- github.com/pganalyze/pg_query_go/v2 v2.1.0 /go.mod h1:XAxmVqz1tEGqizcQ3YSdN90vCOHBWjJi8URL1er5+cA =
124
+ github.com/pganalyze/pg_query_go/v2 v2.1.2 h1:LiNm3WoBV/cc144X6jlVKD5DPL+fI2wfvCXT7z25B8U =
125
+ github.com/pganalyze/pg_query_go/v2 v2.1.2 /go.mod h1:XAxmVqz1tEGqizcQ3YSdN90vCOHBWjJi8URL1er5+cA =
126
126
github.com/pingcap/check v0.0.0-20190102082844-67f458068fc8 h1:USx2/E1bX46VG32FIw034Au6seQ2fY9NEILmNh/UlQg =
127
127
github.com/pingcap/check v0.0.0-20190102082844-67f458068fc8 /go.mod h1:B1+S9LNcuMyLH/4HMTViQOJevkGiik3wW2AN9zb2fNQ =
128
128
github.com/pingcap/errors v0.11.0 /go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8 =
You can’t perform that action at this time.
0 commit comments