go-jsonschema/go.sum
Dan Anglin d01c4389be
fix: allow users to set multi-line comments
Main changes:

- Add an option to add multi-line comments at the top of the generated
  file.
- Add an option to name the top-level type.

Additional changes:

- Replace deprecated strings.Title with a custom title function.
- Refactor code based on linter feedback.
- Update LICENSE.
- Update go.mod and upgrade github.com/dave/jennifer from
  v1.5.1 to v1.7.0.
- Update documentation.
2023-11-24 18:31:57 +00:00

2 lines
167 B
Text

github.com/dave/jennifer v1.7.0 h1:uRbSBH9UTS64yXbh4FrMHfgfY762RD+C7bUPKODpSJE=
github.com/dave/jennifer v1.7.0/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3RmGZc=