[chore] Update KimMachineGun/automemlimit (#3841)

This commit is contained in:
tobi 2025-02-26 21:10:13 +01:00 committed by GitHub
commit 8bc502ba62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

7
go.mod
View file

@ -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