helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

Can't add helm-push as dependency

Open exu opened this issue 4 years ago • 1 comments

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 avatar Apr 07 '20 05:04 exu

@exu add this to your go.mod: https://github.com/chartmuseum/helm-push/blob/master/go.mod#L26

sagikazarmark avatar Sep 01 '20 14:09 sagikazarmark