Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
update go-jsonschema-generator package
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Dec 29, 2019
1 parent 6633c85 commit d0563bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/karuppiah7890/helm-schema-gen
go 1.13

require (
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191226170814-3854335796de
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191229070329-082ad3307d9e
github.com/spf13/afero v1.1.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191226170814-3854335796de h1:xLPxL9cvp8SMJs4UJntWW+avLLeOjZg4j6znMHmOPac=
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191226170814-3854335796de/go.mod h1:SltxBi57U2RnGZlEO3kSfuVQ8gdHdgSEcJFQ5zOnqqk=
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191229070329-082ad3307d9e h1:jPRoHoZaEunUNhxRoob4kBzXCpIyanE1bX3eCqfeIFo=
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191229070329-082ad3307d9e/go.mod h1:SltxBi57U2RnGZlEO3kSfuVQ8gdHdgSEcJFQ5zOnqqk=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down

0 comments on commit d0563bc

Please sign in to comment.