Open iepngs opened 4 years ago
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/logrus@v1.4.2: 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/logrus@v1.4.2: parsing go.mod: module declares its path as: github.com/sirupsen/logrus but was required as: github.com/Sirupsen/logrus
这种咋解决呢?
运行环境:go version go1.13.5 linux/amd64
go version go1.13.5 linux/amd64
这种咋解决呢?