Skip to content

Commit f25e6b8

Browse files
library dependency added.
1 parent de05073 commit f25e6b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index/server/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/containerd/containerd v1.4.1
77
github.com/deislabs/oras v0.8.1
88
github.com/devfile/api/v2 v2.0.0-20210910153124-da620cd1a7a1
9+
github.com/devfile/library v1.1.1-0.20210910214722-7c5ff63711ec
910
github.com/devfile/registry-support/index/generator v0.0.0-20210916150157-08b31e03fdf0
1011
github.com/gin-gonic/gin v1.6.3
1112
github.com/gorilla/mux v1.7.3 // indirect

index/server/vendor/modules.txt

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ github.com/devfile/api/v2/pkg/utils/unions
6060
github.com/devfile/api/v2/pkg/validation
6161
github.com/devfile/api/v2/pkg/validation/variables
6262
# github.com/devfile/library v1.1.1-0.20210910214722-7c5ff63711ec
63+
## explicit
6364
github.com/devfile/library/pkg/devfile
6465
github.com/devfile/library/pkg/devfile/parser
6566
github.com/devfile/library/pkg/devfile/parser/context

0 commit comments

Comments
 (0)