Skip to content

Commit 0ba6304

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents fa82de3 + ffabe93 commit 0ba6304

File tree

2 files changed

+51
-86
lines changed

2 files changed

+51
-86
lines changed

go.mod

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ require (
1111
github.com/chzyer/readline v1.5.1
1212
github.com/fsnotify/fsnotify v1.9.0
1313
github.com/jackc/pgx/v5 v5.8.0
14-
github.com/mattn/go-runewidth v0.0.19
14+
github.com/mattn/go-runewidth v0.0.21
1515
github.com/microsoft/go-mssqldb v1.9.8
1616
github.com/pmezard/go-difflib v1.0.0
1717
github.com/sergi/go-diff v1.4.0
1818
github.com/sijms/go-ora/v2 v2.9.0
19-
github.com/spf13/cobra v1.8.0
19+
github.com/spf13/cobra v1.10.2
2020
go.lsp.dev/jsonrpc2 v0.10.0
2121
go.lsp.dev/protocol v0.12.0
2222
go.lsp.dev/uri v0.3.0
23-
go.mongodb.org/mongo-driver v1.17.6
23+
go.mongodb.org/mongo-driver v1.17.9
2424
go.starlark.net v0.0.0-20260102030733-3fee463870c9
25-
go.uber.org/zap v1.21.0
25+
go.uber.org/zap v1.27.1
2626
gopkg.in/yaml.v3 v3.0.1
27-
modernc.org/sqlite v1.42.2
27+
modernc.org/sqlite v1.48.0
2828
)
2929

3030
require (
@@ -47,31 +47,29 @@ require (
4747
github.com/jackc/pgpassfile v1.0.0 // indirect
4848
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
4949
github.com/jackc/puddle/v2 v2.2.2 // indirect
50-
github.com/kr/text v0.2.0 // indirect
5150
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
5251
github.com/mattn/go-isatty v0.0.20 // indirect
5352
github.com/mattn/go-localereader v0.0.1 // indirect
5453
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
5554
github.com/muesli/cancelreader v0.2.2 // indirect
5655
github.com/muesli/termenv v0.16.0 // indirect
57-
github.com/ncruces/go-strftime v0.1.9 // indirect
56+
github.com/ncruces/go-strftime v1.0.0 // indirect
5857
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
5958
github.com/rivo/uniseg v0.4.7 // indirect
6059
github.com/rogpeppe/go-internal v1.6.1 // indirect
6160
github.com/segmentio/asm v1.1.3 // indirect
6261
github.com/segmentio/encoding v0.3.4 // indirect
6362
github.com/shopspring/decimal v1.4.0 // indirect
64-
github.com/spf13/pflag v1.0.5 // indirect
63+
github.com/spf13/pflag v1.0.9 // indirect
6564
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
6665
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
67-
go.uber.org/atomic v1.9.0 // indirect
68-
go.uber.org/multierr v1.8.0 // indirect
66+
go.uber.org/multierr v1.10.0 // indirect
6967
golang.org/x/crypto v0.48.0 // indirect
70-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
68+
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
7169
golang.org/x/sync v0.19.0 // indirect
72-
golang.org/x/sys v0.41.0 // indirect
70+
golang.org/x/sys v0.42.0 // indirect
7371
golang.org/x/text v0.34.0 // indirect
74-
modernc.org/libc v1.66.10 // indirect
72+
modernc.org/libc v1.70.0 // indirect
7573
modernc.org/mathutil v1.7.1 // indirect
7674
modernc.org/memory v1.11.0 // indirect
7775
)

0 commit comments

Comments
 (0)