diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-05-05 11:55:15 +0200 | |
| commit | 27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch) | |
| tree | dc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /internal/text/plain.go | |
| 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/text/plain.go')
| -rw-r--r-- | internal/text/plain.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/text/plain.go b/internal/text/plain.go index 17e2800ec..232a1b338 100644 --- a/internal/text/plain.go +++ b/internal/text/plain.go @@ -23,11 +23,11 @@ import ( gohtml "html" "strings" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/internal/regexes" "codeberg.org/gruf/go-byteutil" "github.com/k3a/html2text" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/log" - "github.com/superseriousbusiness/gotosocial/internal/regexes" "github.com/yuin/goldmark" "github.com/yuin/goldmark/extension" "github.com/yuin/goldmark/parser" |
