Skip to content

Commit 4aa39fc

Browse files
index/generator require version updated to changes in PR #124. (#125)
Signed-off-by: Michael Valdron <[email protected]>
1 parent e7282a4 commit 4aa39fc

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

index/server/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/deislabs/oras v0.8.1
88
github.com/devfile/api/v2 v2.0.0-20220117162434-6e6e6a8bc14c
99
github.com/devfile/library v1.2.1-0.20220308191614-f0f7e11b17de
10-
github.com/devfile/registry-support/index/generator v0.0.0-20220316161530-f06d84c42b54
10+
github.com/devfile/registry-support/index/generator v0.0.0-20220624203950-e7282a4695b6
1111
github.com/gin-gonic/gin v1.7.7
1212
github.com/hashicorp/go-version v1.4.0
1313
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348

index/server/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ github.com/devfile/library v1.2.1-0.20220308191614-f0f7e11b17de h1:jImHtiAxjyul1
142142
github.com/devfile/library v1.2.1-0.20220308191614-f0f7e11b17de/go.mod h1:GSPfJaBg0+bBjBHbwBE5aerJLH6tWGQu2q2rHYd9czM=
143143
github.com/devfile/registry-support/index/generator v0.0.0-20220316161530-f06d84c42b54 h1:k7F4Hc4svkA+qHerBTZzcU1iVrQAJHOh8KurPnL4uYk=
144144
github.com/devfile/registry-support/index/generator v0.0.0-20220316161530-f06d84c42b54/go.mod h1:1fyDJL+fPHtcrYA6yjSVWeLmXmjCNth0d5Rq1rvtryc=
145+
github.com/devfile/registry-support/index/generator v0.0.0-20220624203950-e7282a4695b6 h1:bTbZxKSjF9xfiUuOKpoyX7P/ZcnIRy993+JBvkQ91hw=
146+
github.com/devfile/registry-support/index/generator v0.0.0-20220624203950-e7282a4695b6/go.mod h1:1fyDJL+fPHtcrYA6yjSVWeLmXmjCNth0d5Rq1rvtryc=
145147
github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
146148
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
147149
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=

index/server/vendor/github.com/devfile/registry-support/index/generator/library/util.go

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index/server/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ github.com/devfile/library/pkg/devfile/parser/data/v2/common
100100
github.com/devfile/library/pkg/devfile/validate
101101
github.com/devfile/library/pkg/testingutil/filesystem
102102
github.com/devfile/library/pkg/util
103-
# github.com/devfile/registry-support/index/generator v0.0.0-20220316161530-f06d84c42b54
103+
# github.com/devfile/registry-support/index/generator v0.0.0-20220624203950-e7282a4695b6
104104
## explicit; go 1.14
105105
github.com/devfile/registry-support/index/generator/library
106106
github.com/devfile/registry-support/index/generator/schema

0 commit comments

Comments
 (0)