Skip to content
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
6 changes: 3 additions & 3 deletions index/generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/devfile/registry-support/index/generator
go 1.19

require (
github.com/devfile/api/v2 v2.2.1
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
github.com/devfile/api/v2 v2.2.2
github.com/devfile/library/v2 v2.2.2
github.com/go-git/go-git/v5 v5.11.0
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
Expand All @@ -28,7 +28,7 @@ require (
github.com/containerd/log v0.1.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 // indirect
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce // indirect
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/cli v25.0.1+incompatible // indirect
Expand Down
12 changes: 6 additions & 6 deletions index/generator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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.20240315205431-44ca18d63cf4 h1:9eIiFsDMQ8aLPbrqXSBkfe3Cd2CeZbbGiJXo6SilEo0=
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4/go.mod h1:BOLGb4k2RcuJEs7UK5bmvBnDLVkGxsKO2s1rceYmfEo=
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 h1:VQLQguSjxcU1xtUjbqmEW6R9Ehgjk1PzG56vHnzXyEw=
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746/go.mod h1:2RRLQaOYuzh8n59euz6Bu60hFoX/LLVM9uzFOFDyOZM=
github.com/devfile/api/v2 v2.2.2 h1:DXRCPWFlZhTIE38Of2jzTRjQHadfbxBC8GS+m+EjoCU=
github.com/devfile/api/v2 v2.2.2/go.mod h1:qp8jcw12y1JdCsxjK/7LJ7uWaJOxcY1s2LUk5PhbkbM=
github.com/devfile/library/v2 v2.2.2 h1:iLtFQ16aYMcB+vUx7NKtKPiTEursxwueu6/qOailubA=
github.com/devfile/library/v2 v2.2.2/go.mod h1:LHgAu9VApI++hE+cr6CWrkj1OlzHOJeKbraqC5PxSec=
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce h1:IgUCI7eCq6m0JzRx3+FZuIeJy5e+rUSQYMr3NBzrqyg=
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce/go.mod h1:2RRLQaOYuzh8n59euz6Bu60hFoX/LLVM9uzFOFDyOZM=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2/go.mod h1:WHNsWjnIn2V1LYOrME7e8KxSeKunYHsxEm4am0BUtcI=
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
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.

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.

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

6 changes: 3 additions & 3 deletions index/generator/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ github.com/cyphar/filepath-securejoin
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
## explicit
github.com/davecgh/go-spew/spew
# github.com/devfile/api/v2 v2.2.1
# github.com/devfile/api/v2 v2.2.2
## explicit; go 1.18
github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2
github.com/devfile/api/v2/pkg/attributes
Expand All @@ -93,7 +93,7 @@ github.com/devfile/api/v2/pkg/utils/overriding
github.com/devfile/api/v2/pkg/utils/unions
github.com/devfile/api/v2/pkg/validation
github.com/devfile/api/v2/pkg/validation/variables
# github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
# github.com/devfile/library/v2 v2.2.2
## explicit; go 1.19
github.com/devfile/library/v2/pkg/devfile
github.com/devfile/library/v2/pkg/devfile/parser
Expand All @@ -111,7 +111,7 @@ github.com/devfile/library/v2/pkg/devfile/parser/util
github.com/devfile/library/v2/pkg/devfile/validate
github.com/devfile/library/v2/pkg/testingutil/filesystem
github.com/devfile/library/v2/pkg/util
# github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746
# github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce
## explicit; go 1.19
github.com/devfile/registry-support/registry-library/library
# github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
Expand Down
6 changes: 3 additions & 3 deletions index/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.19

require (
github.com/deepmap/oapi-codegen v1.12.4
github.com/devfile/api/v2 v2.2.1
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
github.com/devfile/api/v2 v2.2.2
github.com/devfile/library/v2 v2.2.2
github.com/devfile/registry-support/index/generator v0.0.0
github.com/getkin/kin-openapi v0.117.0
github.com/gin-gonic/gin v1.9.0
Expand Down Expand Up @@ -41,7 +41,7 @@ require (
github.com/containerd/log v0.1.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 // indirect
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce // indirect
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/cli v25.0.1+incompatible // indirect
Expand Down
12 changes: 6 additions & 6 deletions index/server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ 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/deepmap/oapi-codegen v1.12.4 h1:pPmn6qI9MuOtCz82WY2Xaw46EQjgvxednXXrP7g5Q2s=
github.com/deepmap/oapi-codegen v1.12.4/go.mod h1:3lgHGMu6myQ2vqbbTXH2H1o4eXFTGnFiDaOaKKl5yas=
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.20240315205431-44ca18d63cf4 h1:9eIiFsDMQ8aLPbrqXSBkfe3Cd2CeZbbGiJXo6SilEo0=
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4/go.mod h1:BOLGb4k2RcuJEs7UK5bmvBnDLVkGxsKO2s1rceYmfEo=
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 h1:VQLQguSjxcU1xtUjbqmEW6R9Ehgjk1PzG56vHnzXyEw=
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746/go.mod h1:2RRLQaOYuzh8n59euz6Bu60hFoX/LLVM9uzFOFDyOZM=
github.com/devfile/api/v2 v2.2.2 h1:DXRCPWFlZhTIE38Of2jzTRjQHadfbxBC8GS+m+EjoCU=
github.com/devfile/api/v2 v2.2.2/go.mod h1:qp8jcw12y1JdCsxjK/7LJ7uWaJOxcY1s2LUk5PhbkbM=
github.com/devfile/library/v2 v2.2.2 h1:iLtFQ16aYMcB+vUx7NKtKPiTEursxwueu6/qOailubA=
github.com/devfile/library/v2 v2.2.2/go.mod h1:LHgAu9VApI++hE+cr6CWrkj1OlzHOJeKbraqC5PxSec=
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce h1:IgUCI7eCq6m0JzRx3+FZuIeJy5e+rUSQYMr3NBzrqyg=
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce/go.mod h1:2RRLQaOYuzh8n59euz6Bu60hFoX/LLVM9uzFOFDyOZM=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2/go.mod h1:WHNsWjnIn2V1LYOrME7e8KxSeKunYHsxEm4am0BUtcI=
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
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.

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.

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

6 changes: 3 additions & 3 deletions index/server/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ github.com/davecgh/go-spew/spew
github.com/deepmap/oapi-codegen/pkg/gin-middleware
github.com/deepmap/oapi-codegen/pkg/runtime
github.com/deepmap/oapi-codegen/pkg/types
# github.com/devfile/api/v2 v2.2.1
# github.com/devfile/api/v2 v2.2.2
## explicit; go 1.18
github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2
github.com/devfile/api/v2/pkg/attributes
Expand All @@ -127,7 +127,7 @@ github.com/devfile/api/v2/pkg/utils/overriding
github.com/devfile/api/v2/pkg/utils/unions
github.com/devfile/api/v2/pkg/validation
github.com/devfile/api/v2/pkg/validation/variables
# github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
# github.com/devfile/library/v2 v2.2.2
## explicit; go 1.19
github.com/devfile/library/v2/pkg/devfile
github.com/devfile/library/v2/pkg/devfile/parser
Expand All @@ -149,7 +149,7 @@ github.com/devfile/library/v2/pkg/util
## explicit; go 1.19
github.com/devfile/registry-support/index/generator/library
github.com/devfile/registry-support/index/generator/schema
# github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746
# github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce
## explicit; go 1.19
github.com/devfile/registry-support/registry-library/library
# github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/devfile/registry-support/tests/integration
go 1.19

require (
github.com/devfile/library/v2 v2.2.2-0.20240315205431-44ca18d63cf4
github.com/devfile/library/v2 v2.2.2
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.27.10
Expand All @@ -22,8 +22,8 @@ require (
github.com/containerd/log v0.1.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/devfile/api/v2 v2.2.1 // indirect
github.com/devfile/registry-support/registry-library v0.0.0-20240311160550-e51ee8934746 // indirect
github.com/devfile/api/v2 v2.2.2 // indirect
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce // indirect
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/cli v25.0.1+incompatible // indirect
Expand Down
Loading