aboutsummaryrefslogtreecommitdiff
path: root/storage/token.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net> 2017-12-12 21:48:13 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net> 2017-12-12 21:48:13 -0800
commit84d912c9794eaaef0f06638d9d23716f4e02b42f (patch)
treef02f77cbd1213c8dbf9d3f9518a2c7e576b0e5c0 /storage/token.go
parent9b1128d56dc2129a8cb90e882f67155ab74521b9 (diff)
downloadv2-84d912c9794eaaef0f06638d9d23716f4e02b42f.tar.gz
v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.tar.zst
v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.zip
Rewrite imports
Diffstat (limited to 'storage/token.go')
-rw-r--r--storage/token.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/token.go b/storage/token.go
index dd14704d..c5a614ab 100644
--- a/storage/token.go
+++ b/storage/token.go
@@ -8,8 +8,8 @@ import (
"database/sql"
"fmt"
- "github.com/miniflux/miniflux2/helper"
- "github.com/miniflux/miniflux2/model"
+ "github.com/miniflux/miniflux/helper"
+ "github.com/miniflux/miniflux/model"
)
// CreateToken creates a new token.