Skip to content

Commit

Permalink
Merge pull request #117 from utkarsh-pro/utkarsh-pro/fix/component-ge…
Browse files Browse the repository at this point in the history
…nerator-type

Cchange metadata keys to comply with the specification
  • Loading branch information
tangledbytes committed Oct 8, 2021
2 parents 7e6ee2e + 5d09dd2 commit a18e452
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 163 deletions.
20 changes: 7 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,28 @@ replace (
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
github.com/spf13/afero => github.com/spf13/afero v1.5.1 // Until viper bug is resolved #1161
golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
)

require (
github.com/go-logr/logr v0.1.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/go-logr/logr v0.4.0
github.com/google/uuid v1.1.2
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/nats-io/nats.go v1.9.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.8.1
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.10
helm.sh/helm/v3 v3.3.1
k8s.io/api v0.18.12
k8s.io/apimachinery v0.18.12
k8s.io/cli-runtime v0.18.12
k8s.io/client-go v0.18.12
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/cli-runtime v0.21.0
k8s.io/client-go v0.21.0
rsc.io/letsencrypt v0.0.3 // indirect
)

0 comments on commit a18e452

Please sign in to comment.