Inconsistent vendoring in C:\Go\src: go.mod requires github.com/go-gota/gota v0.10.1 but vendor/modules.txt does not include it. run 'go mod tidy; go mod vendor' to sync

go mod vendor gives
go mod vendor: open C:\AUTHORS: Access is denied.

did you try running go mod tidy; go mod vendor? If yes, could you send the go.mod file?

i was able to do it, thanks btw

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.