tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Go build failed because of the repo names "github.com/sirupsen/logrus" #11

Closed Jaxx4Fun closed 4 years ago

Jaxx4Fun commented 4 years ago

I just clone the repo and tried go build ./main.go here is what I go

go: github.com/Sirupsen/logrus: github.com/Sirupsen/logrus@v1.4.2: parsing go.mod: module declares its path as: github.com/sirupsen/logrus but was required as: github.com/Sirupsen/logrus

So I think the lower-cased url of repo is the one. BTW: I am using goproxy which might be the difference?

belak commented 4 years ago

This should be resolved now. Thanks for reporting!