Skip to content

Commit

Permalink
[chore] bump modernc.org/sqlite to v1.29.8 (with our concurrency work…
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaaaWhatsUpDoc authored and nyarla committed Jun 19, 2024
1 parent 4c65286 commit da92dec
Show file tree
Hide file tree
Showing 17 changed files with 3,878 additions and 3,254 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/superseriousbusiness/gotosocial

go 1.21

replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.7-concurrency-workaround
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.8-concurrency-workaround

toolchain go1.21.3

Expand Down Expand Up @@ -78,7 +78,7 @@ require (
golang.org/x/text v0.14.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.29.5
modernc.org/sqlite v1.29.8
mvdan.cc/xurls/v2 v2.5.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.7.1 h1:3bajkSilaCbjdKVsKdZjZCLBNPL9pYzrCakKaf4U49U=
github.com/yuin/goldmark v1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.7-concurrency-workaround h1:N4h6T8jb9BZTor6d4XJYaKYEh3KNAydpuydR2N1hPRc=
gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.7-concurrency-workaround/go.mod h1:lQPm27iqa4UNZpmr4Aor0MH0HkCLbt1huYDfWylLZFk=
gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.8-concurrency-workaround h1:ESobxED9bfE0nOQP/WPv9+tMR8oZoDIWRKlNK2Vs4Ms=
gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.8-concurrency-workaround/go.mod h1:lQPm27iqa4UNZpmr4Aor0MH0HkCLbt1huYDfWylLZFk=
go.mongodb.org/mongo-driver v1.7.3/go.mod h1:NqaYOwnXWr5Pm7AOpO5QFxKJ503nbMse/R79oO62zWg=
go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng=
go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8=
Expand Down
28 changes: 14 additions & 14 deletions vendor/modernc.org/sqlite/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

556 changes: 302 additions & 254 deletions vendor/modernc.org/sqlite/lib/sqlite_darwin_amd64.go

Large diffs are not rendered by default.

556 changes: 302 additions & 254 deletions vendor/modernc.org/sqlite/lib/sqlite_darwin_arm64.go

Large diffs are not rendered by default.

540 changes: 294 additions & 246 deletions vendor/modernc.org/sqlite/lib/sqlite_freebsd_amd64.go

Large diffs are not rendered by default.

540 changes: 294 additions & 246 deletions vendor/modernc.org/sqlite/lib/sqlite_freebsd_arm64.go

Large diffs are not rendered by default.

542 changes: 295 additions & 247 deletions vendor/modernc.org/sqlite/lib/sqlite_linux_386.go

Large diffs are not rendered by default.

Loading

0 comments on commit da92dec

Please sign in to comment.