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

Build failure with current Go versions due to needing a go.sum update for github.com/fatih/color #229

Closed
siebenmann opened this issue Apr 28, 2021 · 1 comment

Comments

@siebenmann
Copy link

It's simplest to illustrate this:

$ git clone https://github.com/square/certigo
$ cd certigo
$ go version
go version go1.16.3 linux/amd64
$ go build
lib/display.go:32:2: missing go.sum entry for module providing package github.com/fatih/color (imported by github.com/square/certigo/lib); to add:
        go get github.com/square/certigo/lib

This issue is present with versions of Go all the way back to Go v1.13 (the oldest version I have on hand), although in older versions building without '-mod=readonly' will silently update go.sum for you.

@mbyczkowski
Copy link
Contributor

I believe this has been fixed already. Feel free to re-open if you're still seeing issues.

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

3 participants
@siebenmann @mbyczkowski and others