Groups
Groups
Sign in
Groups
Groups
golang-nuts
Conversations
About
Send feedback
Help
How to detect source of a dependency in go.mod
126 views
Skip to first unread message
tamal
unread,
May 7, 2019, 10:16:59 PM
5/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
I am trying to convert
https://github.com/appscode/voyager
from glide to go mod.
I am getting an error like below:
```
go:
github.com/Sirupsen/log...@v1.4.1
: parsing go.mod: unexpected module path "
github.com/sirupsen/logrus
"
go: error loading module requirements
```
How do I find out the source of this old Sirupsen module?
Dan Kortschak
unread,
May 8, 2019, 3:56:37 AM
5/8/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tamal, golang-nuts
Try
github.com/sirupsen/log...@v1.4.1
At some point the capitalisation was changed.
Reply all
Reply to author
Forward
0 new messages