mirror of
https://github.com/spf13/viper
synced 2024-11-13 00:27:02 +00:00
using my own version of github.com/spf13/cast for now
This commit is contained in:
parent
a51b73284f
commit
30232be240
1 changed files with 1 additions and 1 deletions
2
viper.go
2
viper.go
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue