mirror of
https://github.com/taigrr/wtf
synced 2026-03-25 12:42:21 -07:00
Update dependencies
This commit is contained in:
2
vendor/github.com/olebedev/config/config.go
generated
vendored
2
vendor/github.com/olebedev/config/config.go
generated
vendored
@@ -498,7 +498,7 @@ func Set(cfg interface{}, path string, value interface{}) error {
|
||||
default:
|
||||
return fmt.Errorf(
|
||||
"Invalid type at %q: expected []interface{} or map[string]interface{}; got %T",
|
||||
strings.Join(parts[:pos+1], "."), cfg)
|
||||
strings.Join(parts[:pos+1], "."), c)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user