mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.38 to 1.14.42 (#2202)
* build(deps): bump github.com/mattn/go-sqlite3 from 1.14.38 to 1.14.41 Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.38 to 1.14.41. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.38...v1.14.41) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.41 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update go-sqlite3 pkg to v1.14.42 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: im-adithya <imadithyavardhan@gmail.com>
This commit is contained in:
parent
292a4cb90b
commit
f63056bffd
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/getAlby/ldk-node-go v0.0.0-20260325180303-fbe7fe6a114d
|
||||
github.com/go-gormigrate/gormigrate/v2 v2.1.5
|
||||
github.com/labstack/echo/v4 v4.15.1
|
||||
github.com/mattn/go-sqlite3 v1.14.38
|
||||
github.com/mattn/go-sqlite3 v1.14.42
|
||||
github.com/nbd-wtf/go-nostr v0.52.3
|
||||
github.com/nbd-wtf/ln-decodepay v1.13.0
|
||||
github.com/orandin/lumberjackrus v1.0.1
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -475,8 +475,8 @@ github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd
|
|||
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
|
||||
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||
github.com/mattn/go-sqlite3 v1.14.38 h1:tDUzL85kMvOrvpCt8P64SbGgVFtJB11GPi2AdmITgb4=
|
||||
github.com/mattn/go-sqlite3 v1.14.38/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
||||
github.com/mattn/go-sqlite3 v1.14.42 h1:MigqEP4ZmHw3aIdIT7T+9TLa90Z6smwcthx+Azv4Cgo=
|
||||
github.com/mattn/go-sqlite3 v1.14.42/go.mod h1:pjEuOr8IwzLJP2MfGeTb0A35jauH+C2kbHKBr7yXKVQ=
|
||||
github.com/microsoft/go-mssqldb v1.7.2 h1:CHkFJiObW7ItKTJfHo1QX7QBBD1iV+mn1eOyRP3b/PA=
|
||||
github.com/microsoft/go-mssqldb v1.7.2/go.mod h1:kOvZKUdrhhFQmxLZqbwUV0rHkNkZpthMITIb2Ko1IoA=
|
||||
github.com/miekg/dns v1.1.62 h1:cN8OuEF1/x5Rq6Np+h1epln8OiyPWV+lROx9LxcGgIQ=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue