mirror of
https://github.com/spf13/viper
synced 2024-11-20 03:47:05 +00:00
changing import statements back
This commit is contained in:
parent
0def2189a8
commit
e7be87777c
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