diff --git a/filebrowser.go b/filebrowser.go index 5bf60aa6..87a9a385 100644 --- a/filebrowser.go +++ b/filebrowser.go @@ -15,7 +15,8 @@ import ( "golang.org/x/crypto/bcrypt" - "github.com/GeertJohan/go.rice" "github.com/hacdias/fileutils" + "github.com/GeertJohan/go.rice" + "github.com/hacdias/fileutils" "github.com/mholt/caddy" "github.com/robfig/cron" )