diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-04-26 15:38:43 +0200 | |
| commit | ab10266bff8d3dea1655e5f98a932efa2474bdb6 (patch) | |
| tree | def81628d7a7c81b8ad0c971fb02ebc945eca75c /internal/config/validate.go | |
| parent | [chore] Set up Github to be a mirror (diff) | |
| download | gotosocial-ab10266bff8d3dea1655e5f98a932efa2474bdb6.tar.xz | |
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/config/validate.go')
| -rw-r--r-- | internal/config/validate.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/config/validate.go b/internal/config/validate.go index d36d18ba4..f1c50e4a1 100644 --- a/internal/config/validate.go +++ b/internal/config/validate.go @@ -22,10 +22,10 @@ import ( "net/url" "strings" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" + "code.superseriousbusiness.org/gotosocial/internal/language" + "code.superseriousbusiness.org/gotosocial/internal/log" "github.com/miekg/dns" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" - "github.com/superseriousbusiness/gotosocial/internal/language" - "github.com/superseriousbusiness/gotosocial/internal/log" ) // Validate validates global config settings. |
