Skip to content

Commit 2304269

Browse files
build(deps): bump the production-dependencies group across 1 directory with 9 updates (#3520)
* build(deps): bump the production-dependencies group across 1 directory with 9 updates Bumps the production-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/antlr4-go/antlr/v4](https://github.com/antlr4-go/antlr) | `4.13.0` | `4.13.1` | | [github.com/google/cel-go](https://github.com/google/cel-go) | `0.20.1` | `0.21.0` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.5.5` | `5.6.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.8.1` | | [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) | `1.7.2` | `1.7.3` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.7.0` | `0.8.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.63.2` | `1.65.0` | | google.golang.org/protobuf | `1.34.1` | `1.34.2` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.9` | `1.31.1` | Updates `github.com/antlr4-go/antlr/v4` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/antlr4-go/antlr/releases) - [Commits](antlr4-go/antlr@v4.13.0...v4.13.1) Updates `github.com/google/cel-go` from 0.20.1 to 0.21.0 - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.20.1...v0.21.0) Updates `github.com/jackc/pgx/v5` from 5.5.5 to 5.6.0 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.5.5...v5.6.0) Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) Updates `github.com/tetratelabs/wazero` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](tetratelabs/wazero@v1.7.2...v1.7.3) Updates `golang.org/x/sync` from 0.7.0 to 0.8.0 - [Commits](golang/sync@v0.7.0...v0.8.0) Updates `google.golang.org/grpc` from 1.63.2 to 1.65.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.63.2...v1.65.0) Updates `google.golang.org/protobuf` from 1.34.1 to 1.34.2 Updates `modernc.org/sqlite` from 1.29.9 to 1.31.1 - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.9...v1.31.1) --- updated-dependencies: - dependency-name: github.com/antlr4-go/antlr/v4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/google/cel-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy * Pull in latest github.com/wasilibs/go-pgquery --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kyle Conroy <kyle@sqlc.dev>
1 parent 597e7f3 commit 2304269

File tree

2 files changed

+69
-62
lines changed

2 files changed

+69
-62
lines changed

go.mod

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
module github.com/sqlc-dev/sqlc
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.22.5
46

57
require (
6-
github.com/antlr4-go/antlr/v4 v4.13.0
8+
github.com/antlr4-go/antlr/v4 v4.13.1
79
github.com/cubicdaiya/gonp v1.0.4
810
github.com/davecgh/go-spew v1.1.1
911
github.com/fatih/structtag v1.2.0
1012
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
1214
github.com/google/go-cmp v0.6.0
1315
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
1517
github.com/jinzhu/inflection v1.0.0
1618
github.com/lib/pq v1.10.9
1719
github.com/pganalyze/pg_query_go/v5 v5.1.0
1820
github.com/pingcap/tidb/pkg/parser v0.0.0-20231103154709-4f00ece106b1
1921
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
2123
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
2426
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
2830
gopkg.in/yaml.v3 v3.0.1
29-
modernc.org/sqlite v1.29.9
31+
modernc.org/sqlite v1.31.1
3032
)
3133

3234
require (
@@ -52,21 +54,22 @@ require (
5254
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
5355
github.com/rogpeppe/go-internal v1.10.0 // indirect
5456
github.com/stoewer/go-strcase v1.2.0 // indirect
57+
github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 // indirect
5558
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
5659
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
5760
go.uber.org/atomic v1.11.0 // indirect
5861
go.uber.org/multierr v1.11.0 // indirect
5962
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
6770
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
6871
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
7073
modernc.org/mathutil v1.6.0 // indirect
7174
modernc.org/memory v1.8.0 // indirect
7275
modernc.org/strutil v1.2.0 // indirect

0 commit comments

Comments
 (0)