Fix import

This commit is contained in:
Craig Jackson 2018-08-23 18:02:10 -06:00
parent 528e33e1fd
commit 778b4bcddb
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"
)