Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use with Go modules #5

Closed
broady opened this issue Feb 18, 2021 · 2 comments
Closed

Can't use with Go modules #5

broady opened this issue Feb 18, 2021 · 2 comments

Comments

@broady
Copy link

broady commented Feb 18, 2021

$ go version
go version go1.16 linux/amd64

$ go get github.com/martinlindhe/subtitles
go get: github.com/Sirupsen/logrus@none updating to
        github.com/Sirupsen/logrus@v1.8.0: parsing go.mod:
        module declares its path as: github.com/sirupsen/logrus
                but was required as: github.com/Sirupsen/logrus
@broady
Copy link
Author

broady commented Feb 18, 2021

Workaround:

go mod edit -replace github.com/Sirupsen/logrus=github.com/sirupsen/logrus@latest

@martinlindhe
Copy link
Owner

Thank you for bringing this up! It has been resolved and project has now been properly ported from godeb to go mod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants