Go get k8s.io/helm/pkg/helm meet ERROR "github.com/Sirupsen/logrus@v1.4.0: parsing go.mod: unexpected module path "github.com/sirupsen/logrus""


soolaugust@...
 

Hi all,

I want to build a Golang project with helm, but when I try to get helm package, I got following error:
go: github.com/Sirupsen/logrus@....0: parsing go.mod: unexpected module path "github.com/sirupsen/logrus"
I google it and try to use "replace github.com/Sirupsen/logrus v1.4.0 => github.com/sirupsen/logrus v1.4.0" making package redirect to "sirupsen/logrus@....0". This problem solved but others following behind. I got a lot different errors when get other dependencies. 

So I want to know if helm package still be maintained. Thanks in advance :)

Join cncf-helm@lists.cncf.io to automatically receive all group messages.