1
1
module github.com/sqlc-dev/sqlc
2
2
3
- go 1.21
3
+ go 1.22
4
+
5
+ toolchain go1.22.5
4
6
5
7
require (
6
- github.com/antlr4-go/antlr/v4 v4.13.0
8
+ github.com/antlr4-go/antlr/v4 v4.13.1
7
9
github.com/cubicdaiya/gonp v1.0.4
8
10
github.com/davecgh/go-spew v1.1.1
9
11
github.com/fatih/structtag v1.2.0
10
12
github.com/go-sql-driver/mysql v1.8.1
11
- github.com/google/cel-go v0.20.1
13
+ github.com/google/cel-go v0.21.0
12
14
github.com/google/go-cmp v0.6.0
13
15
github.com/jackc/pgx/v4 v4.18.3
14
- github.com/jackc/pgx/v5 v5.5.5
16
+ github.com/jackc/pgx/v5 v5.6.0
15
17
github.com/jinzhu/inflection v1.0.0
16
18
github.com/lib/pq v1.10.9
17
19
github.com/pganalyze/pg_query_go/v5 v5.1.0
18
20
github.com/pingcap/tidb/pkg/parser v0.0.0-20231103154709-4f00ece106b1
19
21
github.com/riza-io/grpc-go v0.2.0
20
- github.com/spf13/cobra v1.8.0
22
+ github.com/spf13/cobra v1.8.1
21
23
github.com/spf13/pflag v1.0.5
22
- github.com/tetratelabs/wazero v1.7.2
23
- github.com/wasilibs/go-pgquery v0.0.0-20240319230125-b9b2e95c69a7
24
+ github.com/tetratelabs/wazero v1.7.3
25
+ github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc
24
26
github.com/xeipuuv/gojsonschema v1.2.0
25
- golang.org/x/sync v0.7 .0
26
- google.golang.org/grpc v1.63.2
27
- google.golang.org/protobuf v1.34.1
27
+ golang.org/x/sync v0.8 .0
28
+ google.golang.org/grpc v1.65.0
29
+ google.golang.org/protobuf v1.34.2
28
30
gopkg.in/yaml.v3 v3.0.1
29
- modernc.org/sqlite v1.29.9
31
+ modernc.org/sqlite v1.31.1
30
32
)
31
33
32
34
require (
@@ -52,21 +54,22 @@ require (
52
54
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
53
55
github.com/rogpeppe/go-internal v1.10.0 // indirect
54
56
github.com/stoewer/go-strcase v1.2.0 // indirect
57
+ github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 // indirect
55
58
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
56
59
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
57
60
go.uber.org/atomic v1.11.0 // indirect
58
61
go.uber.org/multierr v1.11.0 // indirect
59
62
go.uber.org/zap v1.26.0 // indirect
60
- golang.org/x/crypto v0.21 .0 // indirect
61
- golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
62
- golang.org/x/net v0.23 .0 // indirect
63
- golang.org/x/sys v0.19 .0 // indirect
64
- golang.org/x/text v0.14 .0 // indirect
65
- google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
66
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
63
+ golang.org/x/crypto v0.23 .0 // indirect
64
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
65
+ golang.org/x/net v0.25 .0 // indirect
66
+ golang.org/x/sys v0.22 .0 // indirect
67
+ golang.org/x/text v0.15 .0 // indirect
68
+ google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
69
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
67
70
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
68
71
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
69
- modernc.org/libc v1.49 .3 // indirect
72
+ modernc.org/libc v1.55 .3 // indirect
70
73
modernc.org/mathutil v1.6.0 // indirect
71
74
modernc.org/memory v1.8.0 // indirect
72
75
modernc.org/strutil v1.2.0 // indirect
0 commit comments