You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ So that you don't have to write values.schema.json by hand from scratch for your
8
8
9
9
Nothing fancy about the code, all the heavy lifting is done by:
10
10
11
-
*[go-jsonschema-generator](https://github.com/karuppiah7890/go-jsonschema-generator) - for generating JSON schema. It's a fork of [this](https://github.com/mcuadros/go-jsonschema-generator). Thanks to [@mcuadros](https://github.com/mcuadros)
12
-
*[go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing
13
-
*[cobra](https://github.com/spf13/cobra) - for CLI stuff
14
-
*[The Go stdlib](https://golang.org/pkg/) - for everything else
11
+
-[go-jsonschema-generator](https://github.com/karuppiah7890/go-jsonschema-generator) - for generating JSON schema. It's a fork of [this](https://github.com/mcuadros/go-jsonschema-generator). Thanks to [@mcuadros](https://github.com/mcuadros)
12
+
-[go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing
13
+
-[cobra](https://github.com/spf13/cobra) - for CLI stuff
14
+
-[The Go stdlib](https://golang.org/pkg/) - for everything else
0 commit comments