Merge pull request #205 from tapocol/fix_import

Fix import
This commit is contained in:
Alessio Pracchia 2018-08-25 10:58:16 +02:00 committed by GitHub
commit 38566f0c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ import (
"strings"
"time"
"github.com/hysios/realize/realize"
"github.com/oxequa/interact"
"github.com/oxequa/realize/realize"
"gopkg.in/urfave/cli.v2"
)