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