Update containerd to ec15fe95aa.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
3
vendor/github.com/json-iterator/go/feature_config.go
generated
vendored
3
vendor/github.com/json-iterator/go/feature_config.go
generated
vendored
@@ -48,7 +48,6 @@ type API interface {
|
||||
NewEncoder(writer io.Writer) *Encoder
|
||||
NewDecoder(reader io.Reader) *Decoder
|
||||
Valid(data []byte) bool
|
||||
RegisterExtension(extension Extension)
|
||||
}
|
||||
|
||||
// ConfigDefault the default API
|
||||
@@ -133,7 +132,7 @@ func (cfg *frozenConfig) getTagKey() string {
|
||||
return tagKey
|
||||
}
|
||||
|
||||
func (cfg *frozenConfig) RegisterExtension(extension Extension) {
|
||||
func (cfg *frozenConfig) registerExtension(extension Extension) {
|
||||
cfg.extensions = append(cfg.extensions, extension)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user