Skip to content

Commit

Permalink
Merge pull request #19 from jsightapi/rc/6.1
Browse files Browse the repository at this point in the history
Release 6.1
  • Loading branch information
IAnd-J authored Dec 23, 2024
2 parents 54a9773 + e7665a4 commit 07d89aa
Show file tree
Hide file tree
Showing 13 changed files with 183 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/itchyny/json2yaml v0.1.4
github.com/jsightapi/datagram v0.0.0-20220623160954-98dd8ec27707
github.com/jsightapi/jsight-api-core v0.2.0
github.com/jsightapi/jsight-api-core v0.3.0
github.com/jsightapi/jsight-schema-core v0.2.0
github.com/stretchr/testify v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/itchyny/json2yaml v0.1.4 h1:/pErVOXGG5iTyXHi/QKR4y3uzhLjGTEmmJIy97YT+
github.com/itchyny/json2yaml v0.1.4/go.mod h1:6iudhBZdarpjLFRNj+clWLAkGft+9uCcjAZYXUH9eGI=
github.com/jsightapi/datagram v0.0.0-20220623160954-98dd8ec27707 h1:DvpMxaeajafsBn3NVjcaloatbqupVaIdcV4y8KHunI8=
github.com/jsightapi/datagram v0.0.0-20220623160954-98dd8ec27707/go.mod h1:pBj2DBaAOdg5nWXc09jm6IUQnaE4iKMY1tvsx3RmchY=
github.com/jsightapi/jsight-api-core v0.2.0 h1:0j1ybriM72VQnDxcfoa8kHi83BdpuWlLfktRByfGBc4=
github.com/jsightapi/jsight-api-core v0.2.0/go.mod h1:zhKY676odlUDvYF+qyxtV3l29z/WrEYAK/Hp4E/oGP4=
github.com/jsightapi/jsight-api-core v0.3.0 h1:XNaE41dmunuPPvwE9b24ge+RZkeITote5ooOBGPMkBA=
github.com/jsightapi/jsight-api-core v0.3.0/go.mod h1:zhKY676odlUDvYF+qyxtV3l29z/WrEYAK/Hp4E/oGP4=
github.com/jsightapi/jsight-schema-core v0.2.0 h1:3dZHAzuVlrhO1bU/96KIfQuLNItg1p98NBK8kegcD50=
github.com/jsightapi/jsight-schema-core v0.2.0/go.mod h1:LARaGZOYbAnCd3Azckksdmb0gm8vUzJ94Kvg/JNOf1k=
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb h1:w1g9wNDIE/pHSTmAaUhv4TZQuPBS6GV3mMz5hkgziIU=
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.

24 changes: 24 additions & 0 deletions vendor/github.com/jsightapi/jsight-api-core/catalog/setters.go

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.

5 changes: 5 additions & 0 deletions vendor/github.com/jsightapi/jsight-api-core/core/core.go

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.

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

1 change: 1 addition & 0 deletions vendor/github.com/jsightapi/jsight-api-core/jerr/const.go

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.

4 changes: 4 additions & 0 deletions vendor/github.com/jsightapi/jsight-api-core/scanner/steps.go

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 @@ -7,7 +7,7 @@ github.com/itchyny/json2yaml
# github.com/jsightapi/datagram v0.0.0-20220623160954-98dd8ec27707
## explicit; go 1.18
github.com/jsightapi/datagram
# github.com/jsightapi/jsight-api-core v0.2.0
# github.com/jsightapi/jsight-api-core v0.3.0
## explicit; go 1.18
github.com/jsightapi/jsight-api-core/catalog
github.com/jsightapi/jsight-api-core/catalog/ser/openapi
Expand Down

0 comments on commit 07d89aa

Please sign in to comment.