struCoder / pmgo

pmgo is a process manager for Golang applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kanatat-asp opened this issue · comments

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.

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.