summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <grufwub@gmail.com>2025-06-06 16:35:39 +0200
committerLibravatar kim <gruf@noreply.codeberg.org>2025-06-06 16:35:39 +0200
commitb13a6437ff2da5c802a218e8938ab2eb805f52ef (patch)
tree295cc5e25dcc27ad9ffe0c16f5f32d0f56eae060 /go.mod
parent[chore] updates code.superseriousbusiness.org/oauth2/v4 to ssb-v4.5.3-1 (#4245) (diff)
downloadgotosocial-b13a6437ff2da5c802a218e8938ab2eb805f52ef.tar.xz
[chore] move s3 storage key prefixing into the storage library itself (#4246)
This is just a useful feature that it seemed more semantically correct to have in the storage library itself! Still, thank you to @vdyotte for the original change :) Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4246 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
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 7a9211f68..ac9206afe 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
codeberg.org/gruf/go-runners v1.6.3
codeberg.org/gruf/go-sched v1.2.4
codeberg.org/gruf/go-split v1.2.0
- codeberg.org/gruf/go-storage v0.2.1
+ codeberg.org/gruf/go-storage v0.3.1
codeberg.org/gruf/go-structr v0.9.7
github.com/DmitriyVTitov/size v1.5.0
github.com/KimMachineGun/automemlimit v0.7.2