summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-02 16:15:48 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-02 16:15:48 +0100
commit49c12636c61f97ae2417a59a6f6fd5c0dd5ff8df (patch)
tree64b69af93285b5cedda85ee273430cfcd1aa8d43 /go.mod
parent[chore] Update exif terminator version with codeberg libraries (#3855) (diff)
downloadgotosocial-49c12636c61f97ae2417a59a6f6fd5c0dd5ff8df.tar.xz
[chore] go-swagger -> codeberg (#3856)
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 f8d8454a0..553544d91 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.23.3
// Replace go-swagger with our version that fixes (ours particularly) use of Go1.23
-replace github.com/go-swagger/go-swagger => github.com/superseriousbusiness/go-swagger v0.31.0-gts-go1.23-fix
+replace github.com/go-swagger/go-swagger => codeberg.org/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.35.0-concurrency-workaround