diff options
author | 2017-12-12 21:48:13 -0800 | |
---|---|---|
committer | 2017-12-12 21:48:13 -0800 | |
commit | 84d912c9794eaaef0f06638d9d23716f4e02b42f (patch) | |
tree | f02f77cbd1213c8dbf9d3f9518a2c7e576b0e5c0 /storage/user.go | |
parent | 9b1128d56dc2129a8cb90e882f67155ab74521b9 (diff) | |
download | v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.tar.gz v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.tar.zst v2-84d912c9794eaaef0f06638d9d23716f4e02b42f.zip |
Rewrite imports
Diffstat (limited to 'storage/user.go')
-rw-r--r-- | storage/user.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/user.go b/storage/user.go index 689ed743..5fe04cd4 100644 --- a/storage/user.go +++ b/storage/user.go @@ -14,8 +14,8 @@ import ( "github.com/lib/pq/hstore" - "github.com/miniflux/miniflux2/helper" - "github.com/miniflux/miniflux2/model" + "github.com/miniflux/miniflux/helper" + "github.com/miniflux/miniflux/model" "golang.org/x/crypto/bcrypt" ) |