Update server dependencies
This commit is contained in:
parent
6865bf2832
commit
f1c3326af1
152 changed files with 16097 additions and 4318 deletions
5
Godeps/_workspace/src/github.com/spf13/cast/cast.go
generated
vendored
5
Godeps/_workspace/src/github.com/spf13/cast/cast.go
generated
vendored
|
@ -42,6 +42,11 @@ func ToStringMapString(i interface{}) map[string]string {
|
|||
return v
|
||||
}
|
||||
|
||||
func ToStringMapStringSlice(i interface{}) map[string][]string {
|
||||
v, _ := ToStringMapStringSliceE(i)
|
||||
return v
|
||||
}
|
||||
|
||||
func ToStringMapBool(i interface{}) map[string]bool {
|
||||
v, _ := ToStringMapBoolE(i)
|
||||
return v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue