diff options
author | 2024-04-05 10:58:28 +0100 | |
---|---|---|
committer | 2024-04-05 11:58:28 +0200 | |
commit | 85bc140b583dfab03340c45fc3a7f75a8b75887c (patch) | |
tree | ba45d847b383ed92706a24662eed594a9ca4e826 /go.mod | |
parent | fix possible nil panic (#2809) (diff) | |
download | gotosocial-85bc140b583dfab03340c45fc3a7f75a8b75887c.tar.xz |
[bugfix] temporarily replace `modernc.org/sqlite-v1.29.5` with `gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround` (#2811)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ module github.com/superseriousbusiness/gotosocial go 1.21 +replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.5-concurrency-workaround + toolchain go1.21.3 require ( |