mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 14:42:30 +00:00
Update direct dependencies where possible
This commit is contained in:
2
vendor/github.com/gorilla/schema/converter.go
generated
vendored
2
vendor/github.com/gorilla/schema/converter.go
generated
vendored
@@ -30,7 +30,7 @@ var (
|
||||
)
|
||||
|
||||
// Default converters for basic types.
|
||||
var converters = map[reflect.Kind]Converter{
|
||||
var builtinConverters = map[reflect.Kind]Converter{
|
||||
boolType: convertBool,
|
||||
float32Type: convertFloat32,
|
||||
float64Type: convertFloat64,
|
||||
|
Reference in New Issue
Block a user