control-center/serviced

Go get failed due to incorrect dependency name: Sirupsen

Opened this issue · 1 comments

go get github.com/control-center/serviced/dfs/nfs
go: finding github.com/control-center/serviced latest
go: finding github.com/zenoss/glog latest
go: finding github.com/zenoss/logri latest
go: github.com/control-center/serviced/dfs/nfs imports
github.com/control-center/serviced/logging imports
github.com/Sirupsen/logrus: github.com/Sirupsen/logrus@v1.6.0: parsing go.mod:
module declares its path as: github.com/sirupsen/logrus
but was required as: github.com/Sirupsen/logrus

need to change sirupsen to be Sirupsen sirupsen/logrus#1041

ddghgf commented

i try to change sirupsen to be Sirupsen . The error will become :
module declares its path as: github.com/Sirupsen/log rus
but was required as: github.com/sirupsen/logrus