diff options
Diffstat (limited to 'service/auth.go')
-rw-r--r-- | service/auth.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/service/auth.go b/service/auth.go index efc8dd3..2aa71d9 100644 --- a/service/auth.go +++ b/service/auth.go @@ -4,9 +4,10 @@ import ( "context" "errors" "io" - "mastodon" "mime/multipart" - "web/model" + + "bloat/model" + "mastodon" ) var ( |