summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-02-26 21:10:13 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-26 21:10:13 +0100
commit8bc502ba6257158ff8f6eee1a2d9158c099dd6f3 (patch)
tree40af05645a1eb3378ef70942454d742c315afc5b /go.mod
parent[feature] Enforce OAuth token scopes (#3835) (diff)
downloadgotosocial-8bc502ba6257158ff8f6eee1a2d9158c099dd6f3.tar.xz
[chore] Update KimMachineGun/automemlimit (#3841)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 5 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7eef0e535..27426e8a8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,9 @@
module github.com/superseriousbusiness/gotosocial
-go 1.23
+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
@@ -27,7 +30,7 @@ require (
codeberg.org/gruf/go-structr v0.8.11
codeberg.org/superseriousbusiness/exif-terminator v0.9.1
github.com/DmitriyVTitov/size v1.5.0
- github.com/KimMachineGun/automemlimit v0.7.0
+ github.com/KimMachineGun/automemlimit v0.7.1
github.com/SherClockHolmes/webpush-go v1.4.0
github.com/buckket/go-blurhash v1.1.0
github.com/coreos/go-oidc/v3 v3.12.0