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

Update devfile/library version to v2.3.0 #465

Merged
merged 1 commit into from
Aug 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
2 changes: 1 addition & 1 deletion tests/odov3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/devfile/api/v2 v2.3.0
github.com/devfile/library/v2 v2.2.3-0.20240612082351-45a4cc4d3504
github.com/devfile/library/v2 v2.3.0
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
)
Expand Down
4 changes: 2 additions & 2 deletions tests/odov3/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devfile/api/v2 v2.3.0 h1:3LG0c5Z2jZuI8ReCf4OQMHfiKxsOgxTxz5c1Y9CqUYI=
github.com/devfile/api/v2 v2.3.0/go.mod h1:lVyGiwv71WQpJwcwCweXOVcTnknEg7CwhFS5EgwiqVQ=
github.com/devfile/library/v2 v2.2.3-0.20240612082351-45a4cc4d3504 h1:XrKC0aE7arCbsMil5tVDqNkbjJK0Xl4KSrd6O3Y0Nk0=
github.com/devfile/library/v2 v2.2.3-0.20240612082351-45a4cc4d3504/go.mod h1:c71o0rxg+muOLZb0o763xjTzgX5asQO7NNx8/qCo8TA=
github.com/devfile/library/v2 v2.3.0 h1:dl9eVl7cLxjZul0HlhZ6mFRgO15CPhQXSuNl7d3oCII=
github.com/devfile/library/v2 v2.3.0/go.mod h1:sSJDrTXKqBBxfpXxhBQjopNJOcmcnPBsQM+tbRlgkoQ=
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d h1:XE1N4HVssY72KLp2omW3xoZ89vnIJ2w5/abp+3oWTaA=
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d/go.mod h1:X/YcXBDg6PF+k/2yVRwnEVfQtNFGeVZOIGCyCkaBWO8=
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 h1:rJZVQV/z6CzsjeHQmrC4ClP2hE0ad5hNCmI7ctN9ibo=
Expand Down
4 changes: 2 additions & 2 deletions tests/validate_devfile_schemas/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/devfile/registry/tests/validate_devfiles
go 1.21

require (
github.com/devfile/library/v2 v2.2.3-0.20240612082351-45a4cc4d3504
github.com/devfile/library/v2 v2.3.0
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
)
Expand All @@ -28,7 +28,7 @@ require (
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/cli v25.0.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v25.0.1+incompatible // indirect
github.com/docker/docker v25.0.6+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-metrics v0.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tests/validate_devfile_schemas/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devfile/api/v2 v2.3.0 h1:3LG0c5Z2jZuI8ReCf4OQMHfiKxsOgxTxz5c1Y9CqUYI=
github.com/devfile/api/v2 v2.3.0/go.mod h1:lVyGiwv71WQpJwcwCweXOVcTnknEg7CwhFS5EgwiqVQ=
github.com/devfile/library/v2 v2.2.3-0.20240612082351-45a4cc4d3504 h1:XrKC0aE7arCbsMil5tVDqNkbjJK0Xl4KSrd6O3Y0Nk0=
github.com/devfile/library/v2 v2.2.3-0.20240612082351-45a4cc4d3504/go.mod h1:c71o0rxg+muOLZb0o763xjTzgX5asQO7NNx8/qCo8TA=
github.com/devfile/library/v2 v2.3.0 h1:dl9eVl7cLxjZul0HlhZ6mFRgO15CPhQXSuNl7d3oCII=
github.com/devfile/library/v2 v2.3.0/go.mod h1:sSJDrTXKqBBxfpXxhBQjopNJOcmcnPBsQM+tbRlgkoQ=
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d h1:XE1N4HVssY72KLp2omW3xoZ89vnIJ2w5/abp+3oWTaA=
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d/go.mod h1:X/YcXBDg6PF+k/2yVRwnEVfQtNFGeVZOIGCyCkaBWO8=
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 h1:rJZVQV/z6CzsjeHQmrC4ClP2hE0ad5hNCmI7ctN9ibo=
Expand All @@ -78,8 +78,8 @@ github.com/docker/cli v25.0.1+incompatible h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbT
github.com/docker/cli v25.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v25.0.1+incompatible h1:k5TYd5rIVQRSqcTwCID+cyVA0yRg86+Pcrz1ls0/frA=
github.com/docker/docker v25.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg=
github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
Expand Down
Loading