vendor: update buildkit to v0.32.0-rc1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ linters:
|
||||
dupl:
|
||||
threshold: 200
|
||||
goconst:
|
||||
min-len: 2
|
||||
min-len: 9
|
||||
min-occurrences: 3
|
||||
cyclop:
|
||||
max-complexity: 25
|
||||
|
||||
+2
-2
@@ -4,12 +4,12 @@
|
||||
|
||||
| Total Contributors | Total Contributions |
|
||||
| --- | --- |
|
||||
| 71 | 565 |
|
||||
| 71 | 567 |
|
||||
|
||||
| Username | All Time Contribution Count | All Commits |
|
||||
| --- | --- | --- |
|
||||
| @casualjim | 268 | <https://github.com/go-openapi/runtime/commits?author=casualjim> |
|
||||
| @fredbi | 140 | <https://github.com/go-openapi/runtime/commits?author=fredbi> |
|
||||
| @fredbi | 142 | <https://github.com/go-openapi/runtime/commits?author=fredbi> |
|
||||
| @youyuanwu | 19 | <https://github.com/go-openapi/runtime/commits?author=youyuanwu> |
|
||||
| @josephwoodward | 13 | <https://github.com/go-openapi/runtime/commits?author=josephwoodward> |
|
||||
| @kenjones-cisco | 12 | <https://github.com/go-openapi/runtime/commits?author=kenjones-cisco> |
|
||||
|
||||
+1
-1
@@ -73,7 +73,7 @@ func (o *UntypedRequestBinder) bind(request *http.Request, routeParams RoutePara
|
||||
if isMap {
|
||||
tpe := binder.Type()
|
||||
if tpe == nil {
|
||||
if param.Schema.Type.Contains(typeArray) {
|
||||
if param.Schema != nil && param.Schema.Type.Contains(typeArray) {
|
||||
tpe = reflect.TypeFor[[]any]()
|
||||
} else {
|
||||
tpe = reflect.TypeFor[map[string]any]()
|
||||
|
||||
Reference in New Issue
Block a user