You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go list -m -json all
go: finding github.com/pingcap/tidb v3.0.6+incompatible
go: finding github.com/pingcap/tidb v3.0.6+incompatible
go list -m: github.com/pingcap/[email protected]+incompatible: invalid version: +incompatible suffix not allowed: module contains a go.mod file, so semantic import versioning is required
I see GOPRIVATE is set in Makefile. Should I mirror github.com/pingcap/[email protected] and remove go.mod?
The text was updated successfully, but these errors were encountered:
Error occurs when I import zetta into Goland:
I see GOPRIVATE is set in Makefile. Should I mirror github.com/pingcap/[email protected] and remove go.mod?
The text was updated successfully, but these errors were encountered: