using my own version of github.com/spf13/cast for now

This commit is contained in:
jackspirou 2015-07-30 15:38:59 -05:00
parent a51b73284f
commit 30232be240

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"
)