summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-12-04 09:33:09 +0000
committerLibravatar GitHub <noreply@github.com>2024-12-04 10:33:09 +0100
commit79f2e85f517db67ae4d0c261a5d7481351b2ac80 (patch)
tree5665184e3494c5eab7ce6e5213e2e4bf0759bb9b /go.mod
parent[chore] Update frontend bug report issue title prefix (#3596) (diff)
downloadgotosocial-79f2e85f517db67ae4d0c261a5d7481351b2ac80.tar.xz
[chore] bumps modernc/sqlite version to v1.34.2 on our custom fork (#3599)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b75da3c1b..6b81958e7 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ go 1.23
replace github.com/go-swagger/go-swagger => github.com/superseriousbusiness/go-swagger v0.31.0-gts-go1.23-fix
// Replace modernc/sqlite with our version that fixes the concurrency INTERRUPT issue
-replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.33.1-concurrency-workaround
+replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.34.2-concurrency-workaround
// Below pin otel libraries to v1.29.0 until we can figure out issues
replace go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.29.0