From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- internal/httpclient/client.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/httpclient/client.go') diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 445c6a9e5..bc93205d3 100644 --- a/internal/httpclient/client.go +++ b/internal/httpclient/client.go @@ -31,12 +31,12 @@ import ( "strings" "time" + "code.superseriousbusiness.org/gotosocial/internal/gtscontext" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" + "code.superseriousbusiness.org/gotosocial/internal/log" "codeberg.org/gruf/go-cache/v3" errorsv2 "codeberg.org/gruf/go-errors/v2" "codeberg.org/gruf/go-iotools" - "github.com/superseriousbusiness/gotosocial/internal/gtscontext" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" - "github.com/superseriousbusiness/gotosocial/internal/log" ) var ( -- cgit v1.2.3