Skip to content

Commit a853c3f

Browse files
committed
parsing from registry downloads stack files
Signed-off-by: Michael Hoang <[email protected]>
1 parent 85a4805 commit a853c3f

File tree

4 files changed

+774
-25
lines changed

4 files changed

+774
-25
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ go 1.15
44

55
require (
66
github.com/devfile/api/v2 v2.0.0-20220309195345-48ebbf1e51cf
7+
github.com/devfile/registry-support/index/generator v0.0.0-20220527155645-8328a8a883be // indirect
8+
github.com/devfile/registry-support/registry-library v0.0.0-20220627163229-4aa39fcb0c0a
79
github.com/fatih/color v1.7.0
810
github.com/fsnotify/fsnotify v1.4.9
911
github.com/gobwas/glob v0.2.3
10-
github.com/golang/mock v1.5.0
11-
github.com/google/go-cmp v0.5.5
12+
github.com/golang/mock v1.6.0
13+
github.com/google/go-cmp v0.5.6
1214
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
1315
github.com/hashicorp/go-multierror v1.1.1
14-
github.com/hashicorp/go-version v1.3.0
16+
github.com/hashicorp/go-version v1.4.0
1517
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
16-
github.com/mattn/go-colorable v0.1.2 // indirect
17-
github.com/mattn/go-isatty v0.0.12 // indirect
1818
github.com/openshift/api v0.0.0-20200930075302-db52bc4ef99f
1919
github.com/pkg/errors v0.9.1
20-
github.com/spf13/afero v1.2.2
20+
github.com/spf13/afero v1.6.0
2121
github.com/stretchr/testify v1.7.0
2222
github.com/xeipuuv/gojsonschema v1.2.0
2323
k8s.io/api v0.21.3

0 commit comments

Comments
 (0)