Skip to content

Commit 675cb3b

Browse files
build(deps): bump github.com/ncruces/go-sqlite3/gormlite
Bumps [github.com/ncruces/go-sqlite3/gormlite](https://github.com/ncruces/go-sqlite3) from 0.16.0 to 0.30.1. - [Release notes](https://github.com/ncruces/go-sqlite3/releases) - [Commits](ncruces/go-sqlite3@v0.16.0...v0.30.1) --- updated-dependencies: - dependency-name: github.com/ncruces/go-sqlite3/gormlite dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e45e9c7 commit 675cb3b

File tree

2 files changed

+51
-78
lines changed

2 files changed

+51
-78
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ require (
5151
github.com/multiformats/go-multibase v0.2.0
5252
github.com/mymmrac/telego v0.31.5
5353
github.com/nats-io/nats.go v1.42.0
54-
github.com/ncruces/go-sqlite3 v0.16.0
55-
github.com/ncruces/go-sqlite3/gormlite v0.16.0
54+
github.com/ncruces/go-sqlite3 v0.30.1
55+
github.com/ncruces/go-sqlite3/gormlite v0.30.2
5656
github.com/nicklaw5/helix/v2 v2.31.0
5757
github.com/openai/openai-go/v2 v2.7.1
5858
github.com/orandin/slog-gorm v1.4.0
@@ -68,7 +68,7 @@ require (
6868
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
6969
github.com/speps/go-hashids v2.0.0+incompatible
7070
github.com/stoewer/go-strcase v1.3.0
71-
github.com/tetratelabs/wazero v1.9.0
71+
github.com/tetratelabs/wazero v1.10.1
7272
github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
7373
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
7474
github.com/twitchtv/twirp v8.1.3+incompatible
@@ -81,7 +81,7 @@ require (
8181
golang.org/x/sync v0.18.0
8282
google.golang.org/grpc v1.74.2
8383
gopkg.in/natefinch/lumberjack.v2 v2.2.1
84-
gorm.io/gorm v1.30.0
84+
gorm.io/gorm v1.31.1
8585
gorm.io/plugin/prometheus v0.1.0
8686
modernc.org/sqlite v1.37.0
8787
nhooyr.io/websocket v1.8.17
@@ -115,7 +115,8 @@ require (
115115
github.com/carlmjohnson/versioninfo v0.22.5 // indirect
116116
github.com/cavaliergopher/cpio v1.0.1 // indirect
117117
github.com/cli/browser v1.3.0 // indirect
118-
github.com/cli/go-gh v0.1.0 // indirect
118+
github.com/cli/go-gh/v2 v2.12.1 // indirect
119+
github.com/cli/safeexec v1.0.1 // indirect
119120
github.com/cloudflare/circl v1.6.1 // indirect
120121
github.com/cloudwego/base64x v0.1.4 // indirect
121122
github.com/cloudwego/iasm v0.2.0 // indirect
@@ -136,7 +137,6 @@ require (
136137
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
137138
github.com/go-logr/logr v1.4.3 // indirect
138139
github.com/go-logr/stdr v1.2.2 // indirect
139-
github.com/go-playground/universal-translator v0.18.1 // indirect
140140
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
141141
github.com/gobwas/glob v0.2.3 // indirect
142142
github.com/goccy/go-yaml v1.18.0 // indirect
@@ -175,7 +175,6 @@ require (
175175
github.com/kevinburke/ssh_config v1.2.0 // indirect
176176
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
177177
github.com/klauspost/pgzip v1.2.6 // indirect
178-
github.com/leodido/go-urn v1.2.1 // indirect
179178
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
180179
github.com/lestrrat-go/httpcc v1.0.1 // indirect
181180
github.com/lestrrat-go/httprc v1.0.4 // indirect
@@ -245,6 +244,7 @@ require (
245244
go.uber.org/zap v1.27.0 // indirect
246245
golang.org/x/arch v0.6.0 // indirect
247246
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
247+
golang.org/x/term v0.37.0 // indirect
248248
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
249249
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
250250
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
@@ -255,6 +255,7 @@ require (
255255
modernc.org/libc v1.62.1 // indirect
256256
modernc.org/mathutil v1.7.1 // indirect
257257
modernc.org/memory v1.9.1 // indirect
258+
mvdan.cc/sh/v3 v3.12.0 // indirect
258259
)
259260

260261
require (

0 commit comments

Comments
 (0)