File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
github.com/spf13/cobra v1.8.1
23
23
github.com/spf13/pflag v1.0.5
24
24
github.com/tetratelabs/wazero v1.7.3
25
- github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7
25
+ github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc
26
26
github.com/xeipuuv/gojsonschema v1.2.0
27
27
golang.org/x/sync v0.8.0
28
28
google.golang.org/grpc v1.65.0
@@ -54,6 +54,7 @@ require (
54
54
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
55
55
github.com/rogpeppe/go-internal v1.10.0 // indirect
56
56
github.com/stoewer/go-strcase v1.2.0 // indirect
57
+ github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 // indirect
57
58
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
58
59
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
59
60
go.uber.org/atomic v1.11.0 // indirect
Original file line number Diff line number Diff line change @@ -178,6 +178,10 @@ github.com/tetratelabs/wazero v1.7.3 h1:PBH5KVahrt3S2AHgEjKu4u+LlDbbk+nsGE3KLucy
178
178
github.com/tetratelabs/wazero v1.7.3 /go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXAwJfQ3X6/7Y =
179
179
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 h1:sqqLVb63En4uTKFKBWSJ7c1aIFonhM1yn35/+KchOf4 =
180
180
github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7 /go.mod h1:ZAUjWnxivykc22k0TKFZylOV0WlVQ9nWMExfGFIBuF4 =
181
+ github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc h1:Hgim1Xgk1+viV7p0aZh9OOrMRfG+E4mGA+JsI2uB0+k =
182
+ github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc /go.mod h1:ah6UfXIl/oA0K3SbourB/UHggVJOBXwPZ2XudDmmFac =
183
+ github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 h1:RBu75fhabyxyGJ2zhkoNuRyObBMhVeMoXqmeaPTg2CQ =
184
+ github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 /go.mod h1:Z80JvMwvze8KUlVQIdw9L7OSskZJ1yxlpi4AQhoQe4s =
181
185
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c =
182
186
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
183
187
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0 =
You can’t perform that action at this time.
0 commit comments