UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

go get fail: bad checksum #47

Closed coolaj86 closed 5 years ago

coolaj86 commented 5 years ago

On Windows 10 with Go 1.11 I ran go get github.com/UnnoTed/fileb0x, which has this as a dependency, and I get this error:

go: verifying github.com/karrick/godirwalk@v1.7.3: checksum mismatch
        downloaded: h1:e5iv87oxunQtG7S9MB10jrINLmF7HecFSjiTYKO7P2c=
        go.sum:     h1:UP4CfXf1LfNwXrX6vqWf1DOhuiFRn2hXsqtRAQlQOUQ=

This also happens on CircleCI, but it doesn't happen on OS X.

I'm wondering if there isn't some CRLF or filename case sensitivity issues. Any thoughts?