struCoder / pmgo

pmgo is a process manager for Golang applications.
MIT License
625 stars 65 forks source link

Cannot get the project with go get command successfully due to some of required go package repository path changed. #60

Closed kanatat-asp closed 3 years ago

kanatat-asp commented 3 years ago

The project repository cannot be download successfully when using go get command.

go get github.com/struCoder/pmgo

After using command I got an output as below. go get: github.com/Sirupsen/logrus@none updating to github.com/Sirupsen/logrus@v1.8.1: parsing go.mod: module declares its path as: github.com/sirupsen/logrus

This might occurred due to required package's repository path has changed from github.com/sirupsen/logrus to github.com/Sirupsen/logrus.

Ref. Image Screen Shot 2564-03-23 at 17 13 28

Please kindly considered a go mod packages update. Thank you, in advance.

struCoder commented 3 years ago

Hi @kanatat-asp Thanks. go.mod deps has be updated. And if not work, try to download source code by git and run go install github.com/struCoder/pmgo.