Skip to content

Commit f06d84c

Browse files
Merge pull request devfile#105 from michael-valdron/sAddUtilFunctions
Add util functions to index/generator
2 parents 3ea4bc8 + 92fbe5e commit f06d84c

File tree

509 files changed

+90238
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+90238
-255
lines changed

index/generator/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ module github.com/devfile/registry-support/index/generator
33
go 1.14
44

55
require (
6-
github.com/devfile/api/v2 v2.0.0-20211021164004-dabee4e633ed
7-
github.com/devfile/library v1.2.1-0.20211104222135-49d635cb492f
6+
github.com/devfile/api/v2 v2.0.0-20220117162434-6e6e6a8bc14c
7+
github.com/devfile/library v1.2.1-0.20220308191614-f0f7e11b17de
8+
github.com/go-git/go-git/v5 v5.4.2
89
github.com/mitchellh/go-homedir v1.1.0
910
github.com/spf13/cobra v1.1.1
1011
github.com/spf13/viper v1.7.1

index/generator/go.sum

Lines changed: 60 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)