blendle / kubecrt

Convert Helm charts to Kubernetes resources.
ISC License
115 stars 11 forks source link

go mod tidy #19

Closed JeanMertz closed 5 years ago

JeanMertz commented 5 years ago

After migrating from Gopkg, this now adds all indirect requirements to the dependency tree, so that reproducible builds are possible.