changing import statements back

This commit is contained in:
jackspirou 2015-07-30 15:44:12 -05:00 committed by spf13
parent cc1c9a82a5
commit d028fd65ba

View file

@ -30,9 +30,9 @@ import (
"strings"
"time"
"github.com/jackspirou/cast"
"github.com/kr/pretty"
"github.com/mitchellh/mapstructure"
"github.com/spf13/cast"
jww "github.com/spf13/jwalterweatherman"
"github.com/spf13/pflag"
)