-
- Downloads
moving to jsonloader func, also using upstream ghodss/yml
... | ... | @@ -3,9 +3,9 @@ module github.com/neilpa/yajsv |
go 1.12 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
neilpa.me/go-x v0.1.0 | ||
sigs.k8s.io/yaml v1.2.0 | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
) |
Please register or sign in to comment