diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-05-05 11:55:15 +0200 | |
| commit | 27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch) | |
| tree | dc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /internal/storage | |
| parent | [chore] Set up Github to be a mirror (diff) | |
| download | gotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz | |
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/storage')
| -rw-r--r-- | internal/storage/storage.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/storage/storage.go b/internal/storage/storage.go index dcef9cde4..3e5a69734 100644 --- a/internal/storage/storage.go +++ b/internal/storage/storage.go @@ -28,6 +28,9 @@ import ( "path" "time" + "code.superseriousbusiness.org/gotosocial/internal/config" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" + "code.superseriousbusiness.org/gotosocial/internal/log" "codeberg.org/gruf/go-bytesize" "codeberg.org/gruf/go-cache/v3/ttl" "codeberg.org/gruf/go-storage" @@ -35,9 +38,6 @@ import ( "codeberg.org/gruf/go-storage/s3" "github.com/minio/minio-go/v7" "github.com/minio/minio-go/v7/pkg/credentials" - "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" - "github.com/superseriousbusiness/gotosocial/internal/log" ) const ( |
