Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装报错 #1

Open
iepngs opened this issue Mar 23, 2020 · 1 comment
Open

安装报错 #1

iepngs opened this issue Mar 23, 2020 · 1 comment

Comments

@iepngs
Copy link

iepngs commented Mar 23, 2020

root@windows:iepngs# go get -u github.com/CodyGuo/godaemon
go: finding github.com/CodyGuo/godaemon latest
go: downloading github.com/CodyGuo/godaemon v0.0.0-20161229164133-0f1eb5a46e5c
go: extracting github.com/CodyGuo/godaemon v0.0.0-20161229164133-0f1eb5a46e5c
root@windows:iepngs# go get -u github.com/PuerkitoBio/goquery
go: finding github.com/PuerkitoBio/goquery v1.5.1
go: downloading github.com/PuerkitoBio/goquery v1.5.1
go: extracting github.com/PuerkitoBio/goquery v1.5.1
go: downloading github.com/andybalholm/cascadia v1.1.0
go: downloading golang.org/x/net v0.0.0-20200202094626-16171245cfb2
go: extracting github.com/andybalholm/cascadia v1.1.0
go: extracting golang.org/x/net v0.0.0-20200202094626-16171245cfb2
go: finding golang.org/x/net latest
go: finding github.com/andybalholm/cascadia v1.1.0
go: downloading golang.org/x/net v0.0.0-20200320220750-118fecf932d8
go: extracting golang.org/x/net v0.0.0-20200320220750-118fecf932d8
root@windows:iepngs# go get github.com/Sirupsen/logrus
go: finding github.com/Sirupsen/logrus v1.4.2
go: downloading github.com/Sirupsen/logrus v1.4.2
go: extracting github.com/Sirupsen/logrus v1.4.2
go get: github.com/Sirupsen/[email protected]: parsing go.mod:
        module declares its path as: github.com/sirupsen/logrus
                but was required as: github.com/Sirupsen/logrus
root@windows:iepngs# go get github.com/sirupsen/logrus
go: finding github.com/sirupsen/logrus v1.4.2
go: downloading github.com/sirupsen/logrus v1.4.2
go: extracting github.com/sirupsen/logrus v1.4.2
go: downloading golang.org/x/sys v0.0.0-20190422165155-953cdadca894
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: extracting golang.org/x/sys v0.0.0-20190422165155-953cdadca894
go: finding golang.org/x/sys v0.0.0-20190422165155-953cdadca894
root@windows:iepngs# go get -u github.com/Kevingong2013/wechat
go: finding github.com/Kevingong2013/wechat latest
go: downloading github.com/Kevingong2013/wechat v0.0.0-20180103043605-7bb69ce2e5a5
go: extracting github.com/Kevingong2013/wechat v0.0.0-20180103043605-7bb69ce2e5a5
go: finding github.com/skratchdot/open-golang latest
go: finding github.com/KevinGong2013/wechat latest
go: finding gopkg.in/h2non/filetype.v1 v1.0.5
go: downloading github.com/KevinGong2013/wechat v0.0.0-20180103043605-7bb69ce2e5a5
go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: downloading gopkg.in/h2non/filetype.v1 v1.0.5
go: extracting github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: extracting github.com/KevinGong2013/wechat v0.0.0-20180103043605-7bb69ce2e5a5
go: extracting gopkg.in/h2non/filetype.v1 v1.0.5
go: github.com/Kevingong2013/wechat imports
        github.com/Sirupsen/logrus: github.com/Sirupsen/[email protected]: parsing go.mod:
        module declares its path as: github.com/sirupsen/logrus
                but was required as: github.com/Sirupsen/logrus

这种咋解决呢?

@iepngs
Copy link
Author

iepngs commented Mar 23, 2020

运行环境:go version go1.13.5 linux/amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant