summaryrefslogtreecommitdiff
path: root/internal/gtscontext
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-25 15:15:36 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 11:27:41 +0200
commit723c0af647fbe8e43194574ebcb00ee0496e08df (patch)
tree2b325bf50946b95502d948d5700c148d667346d8 /internal/gtscontext
parent[chore] Update `activity` to v1.14.0 (#4038) (diff)
downloadgotosocial-723c0af647fbe8e43194574ebcb00ee0496e08df.tar.xz
[chore] Move deps to code.superseriousbusiness.org (#4054)
Diffstat (limited to 'internal/gtscontext')
-rw-r--r--internal/gtscontext/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtscontext/context.go b/internal/gtscontext/context.go
index b0dd4788c..985361a98 100644
--- a/internal/gtscontext/context.go
+++ b/internal/gtscontext/context.go
@@ -22,7 +22,7 @@ import (
"net/http"
"net/url"
- "codeberg.org/superseriousbusiness/httpsig"
+ "code.superseriousbusiness.org/httpsig"
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)