Skip to content

Commit

Permalink
feat: updated json schema library
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelahunt committed Feb 13, 2023
1 parent 3477372 commit 7436575
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/fatih/color v1.13.0
github.com/golang-jwt/jwt/v4 v4.4.3
github.com/google/go-github/v39 v39.2.0
github.com/jackdelahunt/survey-json-schema v0.12.0
github.com/jackdelahunt/survey-json-schema v0.13.0
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
github.com/mattn/go-isatty v0.0.16
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7P
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jackdelahunt/survey-json-schema v0.12.0 h1:YqzvIspId/Gb1Iqf0x/pb9AC9wyQjw2yhBPKTkF5l/s=
github.com/jackdelahunt/survey-json-schema v0.12.0/go.mod h1:pEx3fKFqHHzCMAu/tAkYpMAiMXtWYEbwJR8UBsWx2Vs=
github.com/jackdelahunt/survey-json-schema v0.13.0 h1:vi8EgaLXR/t/9OPCyEii0WDHvRvQpKQFG5VvPbrj9Ig=
github.com/jackdelahunt/survey-json-schema v0.13.0/go.mod h1:pEx3fKFqHHzCMAu/tAkYpMAiMXtWYEbwJR8UBsWx2Vs=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ github.com/inconshreveable/go-update/internal/osext
# github.com/inconshreveable/mousetrap v1.0.1
## explicit; go 1.18
github.com/inconshreveable/mousetrap
# github.com/jackdelahunt/survey-json-schema v0.12.0
# github.com/jackdelahunt/survey-json-schema v0.13.0
## explicit; go 1.16
github.com/jackdelahunt/survey-json-schema/pkg/surveyjson
github.com/jackdelahunt/survey-json-schema/pkg/surveyjson/util
Expand Down

0 comments on commit 7436575

Please sign in to comment.