helm-push
helm-push copied to clipboard
Can't add helm-push as dependency
I can't add helm-push as dependency to my project (starting from version 0.8.0
, it's also true for version 0.8.1
)
$ go mod tidy
go: github.com/chartmuseum/[email protected] requires
helm.sh/helm/[email protected] requires
github.com/deislabs/[email protected] requires
github.com/docker/[email protected]: invalid version: unknown revision 000000000000
Do you have any ideas how to fix that ?
@exu add this to your go.mod
: https://github.com/chartmuseum/helm-push/blob/master/go.mod#L26