Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update go.mod with latest version #12

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module github.com/Sashwat-K/lib-hpcr

go 1.22.1
go 1.22.4

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/Sashwat-K/hpcr-encryption-certificate v0.0.0-20240425124247-33ff4ba17874
github.com/Sashwat-K/hpcr-contract-schema v1.0.4
github.com/Sashwat-K/hpcr-encryption-certificate v1.0.7
github.com/stretchr/testify v1.9.0
github.com/xeipuuv/gojsonschema v1.2.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/Sashwat-K/hpcr-contract-schema v0.0.0-20240514124741-7cf9bd31769a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
)
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/Sashwat-K/hpcr-contract-schema v0.0.0-20240514124741-7cf9bd31769a h1:2J9iMh85iTXEhWTsMmqFQMmor0lKog9l5XiYEgICf2s=
github.com/Sashwat-K/hpcr-contract-schema v0.0.0-20240514124741-7cf9bd31769a/go.mod h1:tVKJn55K/mwcrIuWDD8aWY83ZqjuW5JVcAGmv1aXPOs=
github.com/Sashwat-K/hpcr-encryption-certificate v0.0.0-20240425124247-33ff4ba17874 h1:wppx9l7JPE8qeZo4SS8FsvaOH/W6m7tyTzmlj4i0uh0=
github.com/Sashwat-K/hpcr-encryption-certificate v0.0.0-20240425124247-33ff4ba17874/go.mod h1:RPviKVe8z+ICoF/OkdNksBbJhNfMHwqQS3QcI8sYH+M=
github.com/Sashwat-K/hpcr-contract-schema v1.0.4 h1:dFWZCTN0qS5l+wZn6J2OSwSQ1xc1XIMFDTyePopEtC4=
github.com/Sashwat-K/hpcr-contract-schema v1.0.4/go.mod h1:tVKJn55K/mwcrIuWDD8aWY83ZqjuW5JVcAGmv1aXPOs=
github.com/Sashwat-K/hpcr-encryption-certificate v1.0.7 h1:8ejGUex8F17aosoH4dcy4JEOetH+7l+s/MIzOQ5PW6s=
github.com/Sashwat-K/hpcr-encryption-certificate v1.0.7/go.mod h1:RPviKVe8z+ICoF/OkdNksBbJhNfMHwqQS3QcI8sYH+M=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
Expand Down