mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:02:24 -05:00
[chore]: Bump modernc.org/sqlite from 1.20.3 to 1.20.4 (#1484)
--- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c223c7598d
commit
723175219b
4 changed files with 5 additions and 6 deletions
1
vendor/modernc.org/sqlite/sqlite.go
generated
vendored
1
vendor/modernc.org/sqlite/sqlite.go
generated
vendored
|
|
@ -834,7 +834,6 @@ func applyQueryParams(c *conn, query string) error {
|
|||
return fmt.Errorf("unknown _time_format %q", v)
|
||||
}
|
||||
c.writeTimeFormat = f
|
||||
return nil
|
||||
}
|
||||
|
||||
if v := q.Get("_txlock"); v != "" {
|
||||
|
|
|
|||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
|
|
@ -887,7 +887,7 @@ modernc.org/memory
|
|||
# modernc.org/opt v0.1.3
|
||||
## explicit; go 1.13
|
||||
modernc.org/opt
|
||||
# modernc.org/sqlite v1.20.3
|
||||
# modernc.org/sqlite v1.20.4
|
||||
## explicit; go 1.17
|
||||
modernc.org/sqlite
|
||||
modernc.org/sqlite/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue