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
Using xmm in the package name will cause abnormal installation of dependencies, it should be updated to github.com/heiyeluren/xmm
the error is as follows:
$ go mod vendor
go: finding module for package github.com/heiyeluren/xmm/src
go: found github.com/heiyeluren/xmm/src in github.com/heiyeluren/xmm v0.1.1
go: xmm/example imports
github.com/heiyeluren/xmm/src: github.com/heiyeluren/[email protected]: parsing go.mod:
module declares its path as: xmm
but was required as: github.com/heiyeluren/xmm
The text was updated successfully, but these errors were encountered:
Using
xmm
in the package name will cause abnormal installation of dependencies, it should be updated github.com/heiyeluren/xmm
the error is as follows:
The text was updated successfully, but these errors were encountered: