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 committed by spf13
parent b9316c3299
commit 0a12778a8c

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