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
Running go get produces the following error:
go: finding module for package github.com/lni/goutils/vfs
go: github.com/myrepo/myproject/cluster imports
github.com/lni/dragonboat/v3 imports
github.com/lni/dragonboat/v3/internal/logdb imports
github.com/lni/goutils/vfs: module github.com/lni/goutils@latest found (v1.4.0), but does not contain package github.com/lni/goutils/vfs
Steps to reproduce the behavior
Empty go.mod and run go get
The text was updated successfully, but these errors were encountered:
Dragonboat version
v3.3.4
Expected behavior
Able to run go get
Actual behavior
Running go get produces the following error:
go: finding module for package github.com/lni/goutils/vfs
go: github.com/myrepo/myproject/cluster imports
github.com/lni/dragonboat/v3 imports
github.com/lni/dragonboat/v3/internal/logdb imports
github.com/lni/goutils/vfs: module github.com/lni/goutils@latest found (v1.4.0), but does not contain package github.com/lni/goutils/vfs
Steps to reproduce the behavior
Empty go.mod and run go get
The text was updated successfully, but these errors were encountered: