resort imports

This commit is contained in:
Umputun
2018-12-28 00:02:35 -06:00
parent 085468e788
commit 09de97ffd6
20 changed files with 22 additions and 279 deletions
+3 -2
View File
@@ -5,10 +5,11 @@ import (
"path"
"time"
"github.com/coreos/bbolt"
bolt "github.com/coreos/bbolt"
"github.com/pkg/errors"
"github.com/go-pkgz/auth/avatar"
"github.com/go-pkgz/mongo"
"github.com/pkg/errors"
)
// AvatarCommand set of flags and command for avatar migration
+1 -2
View File
@@ -12,14 +12,13 @@ import (
"syscall"
"time"
"github.com/go-pkgz/auth/token"
bolt "github.com/coreos/bbolt"
"github.com/pkg/errors"
"github.com/go-pkgz/auth"
"github.com/go-pkgz/auth/avatar"
"github.com/go-pkgz/auth/provider"
"github.com/go-pkgz/auth/token"
"github.com/go-pkgz/mongo"
"github.com/go-pkgz/rest/cache"