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 PM5/7/19
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 AM5/8/19
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