control-center / serviced

Serviced is a PaaS runtime. It allows users to create, manage and scale services in a uniform way.
Apache License 2.0
125 stars 26 forks source link

Go get failed due to incorrect dependency name: Sirupsen #3793

Open brachipa opened 4 years ago

brachipa commented 4 years ago

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 https://github.com/sirupsen/logrus/issues/1041

ddghgf commented 9 months ago

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