chore: upgrade dependencies
This commit is contained in:
2
vendor/github.com/aws/smithy-go/encoding/json/array.go
generated
vendored
2
vendor/github.com/aws/smithy-go/encoding/json/array.go
generated
vendored
@@ -4,7 +4,7 @@ import (
|
||||
"bytes"
|
||||
)
|
||||
|
||||
// Array represent the encoding of a JSON Array
|
||||
// Array represents the encoding of a JSON Array
|
||||
type Array struct {
|
||||
w *bytes.Buffer
|
||||
writeComma bool
|
||||
|
4
vendor/github.com/aws/smithy-go/encoding/json/decoder_util.go
generated
vendored
4
vendor/github.com/aws/smithy-go/encoding/json/decoder_util.go
generated
vendored
@@ -7,8 +7,8 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
// DiscardUnknownField discards unknown fields from decoder body.
|
||||
// This function is useful while deserializing json body with additional
|
||||
// DiscardUnknownField discards unknown fields from a decoder body.
|
||||
// This function is useful while deserializing a JSON body with additional
|
||||
// unknown information that should be discarded.
|
||||
func DiscardUnknownField(decoder *json.Decoder) error {
|
||||
// This deliberately does not share logic with CollectUnknownField, even
|
||||
|
Reference in New Issue
Block a user