diff options
Diffstat (limited to 'internal/trans/import.go')
-rw-r--r-- | internal/trans/import.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/trans/import.go b/internal/trans/import.go index f93b50f9e..f4f3eb8d4 100644 --- a/internal/trans/import.go +++ b/internal/trans/import.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -23,10 +23,11 @@ import ( "encoding/json" "errors" "fmt" - "github.com/sirupsen/logrus" "io" "os" + "github.com/sirupsen/logrus" + transmodel "github.com/superseriousbusiness/gotosocial/internal/trans/model" ) |