Improve error handling in kyaml libraries

This commit is contained in:
Phillip Wittrock
2019-11-12 08:16:29 -08:00
parent 1bbd8b2c43
commit b473faccca
23 changed files with 483 additions and 96 deletions

View File

@@ -4,16 +4,10 @@ go 1.13
require (
github.com/elastic/go-elasticsearch/v6 v6.8.2
github.com/gogo/protobuf v1.3.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/json-iterator/go v1.1.8 // indirect
github.com/rs/cors v1.7.0
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
sigs.k8s.io/kustomize/api v0.2.0
sigs.k8s.io/yaml v1.1.0
)