summaryrefslogtreecommitdiff
path: root/internal/middleware/signaturecheck.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-25 15:15:36 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-25 15:15:36 +0200
commitffde1b150faca940bc6c172068aa068cf468aa39 (patch)
tree2b325bf50946b95502d948d5700c148d667346d8 /internal/middleware/signaturecheck.go
parent[chore] Update `activity` to v1.14.0 (#4038) (diff)
downloadgotosocial-ffde1b150faca940bc6c172068aa068cf468aa39.tar.xz
[chore] Move deps to code.superseriousbusiness.org (#4054)
Diffstat (limited to 'internal/middleware/signaturecheck.go')
-rw-r--r--internal/middleware/signaturecheck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/middleware/signaturecheck.go b/internal/middleware/signaturecheck.go
index 3e1bfef33..fd89cd886 100644
--- a/internal/middleware/signaturecheck.go
+++ b/internal/middleware/signaturecheck.go
@@ -25,7 +25,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/gtscontext"
"github.com/superseriousbusiness/gotosocial/internal/log"
- "codeberg.org/superseriousbusiness/httpsig"
+ "code.superseriousbusiness.org/httpsig"
"github.com/gin-gonic/gin"
)