Issue with go generate, complaining about file missing in go.sum #3180
sampath-od
started this conversation in
General
Replies: 1 comment 1 reply
-
Can anyone please assist ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help me find a solution for this. Using go 1.22
../../pkg/mod/github.com/99designs/[email protected]/main.go:17:2: missing go.sum entry for module providing package github.com/urfave/cli/v2 (imported by github.com/99designs/gqlgen); to add:
go get github.com/99designs/[email protected]
graph/resolver.go:3: running "go": exit status 1
need a fix for this.
go get github.com/99designs/[email protected] is adding the file.
go mod tidy is removing the file.
Beta Was this translation helpful? Give feedback.
All reactions