Update dependency go modules in client for k8s v1.26.0-rc.0
This commit is contained in:
12
client/vendor/github.com/emicklei/go-restful/v3/jsoniter.go
generated
vendored
Normal file
12
client/vendor/github.com/emicklei/go-restful/v3/jsoniter.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build jsoniter
|
||||
|
||||
package restful
|
||||
|
||||
import "github.com/json-iterator/go"
|
||||
|
||||
var (
|
||||
json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
MarshalIndent = json.MarshalIndent
|
||||
NewDecoder = json.NewDecoder
|
||||
NewEncoder = json.NewEncoder
|
||||
)
|
Reference in New Issue
Block a user