Skip to content

Commit

Permalink
patch: bump library version to fix registry ci failures (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed Mar 27, 2024
1 parent 72a45de commit d73f7ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/odov3/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/devfile/api/v2 v2.2.1
github.com/devfile/library/v2 v2.2.2-0.20240311165050-d3c277078874
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
)
Expand Down
2 changes: 2 additions & 0 deletions tests/odov3/go.sum
Expand Up @@ -96,6 +96,8 @@ github.com/devfile/api/v2 v2.2.1 h1:VSX297YqY4C4j4uhn7M0RdZeBaeWqyVi4NnagzEmxu0=
github.com/devfile/api/v2 v2.2.1/go.mod h1:qp8jcw12y1JdCsxjK/7LJ7uWaJOxcY1s2LUk5PhbkbM=
github.com/devfile/library/v2 v2.2.2-0.20240311165050-d3c277078874 h1:5qYE7lZCkd6N8ipKOfDSD/+fk7uygQYiRWdhRdtxlQo=
github.com/devfile/library/v2 v2.2.2-0.20240311165050-d3c277078874/go.mod h1:BOLGb4k2RcuJEs7UK5bmvBnDLVkGxsKO2s1rceYmfEo=
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4 h1:9eIiFsDMQ8aLPbrqXSBkfe3Cd2CeZbbGiJXo6SilEo0=
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4/go.mod h1:BOLGb4k2RcuJEs7UK5bmvBnDLVkGxsKO2s1rceYmfEo=
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4 h1:t09mGdy31tC2YBp6kVD7x8m0jq1CyBUSYMUvrF0iaWw=
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4/go.mod h1:3Ngbmm12LW03tAEHpDNymM7zryd5H1Xo3ZAGlBpecf8=
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 h1:VQLQguSjxcU1xtUjbqmEW6R9Ehgjk1PzG56vHnzXyEw=
Expand Down
2 changes: 1 addition & 1 deletion tests/validate_devfile_schemas/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/devfile/registry/tests/validate_devfiles
go 1.19

require (
github.com/devfile/library/v2 v2.2.2-0.20240311165050-d3c277078874
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
)
Expand Down
2 changes: 2 additions & 0 deletions tests/validate_devfile_schemas/go.sum
Expand Up @@ -101,6 +101,8 @@ github.com/devfile/api/v2 v2.2.1 h1:VSX297YqY4C4j4uhn7M0RdZeBaeWqyVi4NnagzEmxu0=
github.com/devfile/api/v2 v2.2.1/go.mod h1:qp8jcw12y1JdCsxjK/7LJ7uWaJOxcY1s2LUk5PhbkbM=
github.com/devfile/library/v2 v2.2.2-0.20240311165050-d3c277078874 h1:5qYE7lZCkd6N8ipKOfDSD/+fk7uygQYiRWdhRdtxlQo=
github.com/devfile/library/v2 v2.2.2-0.20240311165050-d3c277078874/go.mod h1:BOLGb4k2RcuJEs7UK5bmvBnDLVkGxsKO2s1rceYmfEo=
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4 h1:9eIiFsDMQ8aLPbrqXSBkfe3Cd2CeZbbGiJXo6SilEo0=
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4/go.mod h1:BOLGb4k2RcuJEs7UK5bmvBnDLVkGxsKO2s1rceYmfEo=
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4 h1:t09mGdy31tC2YBp6kVD7x8m0jq1CyBUSYMUvrF0iaWw=
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4/go.mod h1:3Ngbmm12LW03tAEHpDNymM7zryd5H1Xo3ZAGlBpecf8=
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 h1:VQLQguSjxcU1xtUjbqmEW6R9Ehgjk1PzG56vHnzXyEw=
Expand Down

0 comments on commit d73f7ad

Please sign in to comment.