-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3: import ambiguity error #889
Labels
Comments
I'm not able to reproduce this. I followed the steps listed.
|
Weird - I can't reproduce my own steps now. I apologize for the noise. |
After some out of band investigation, I managed to isolate to a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In a clean slate module with an valid go.mod,
go run github.com/vektra/mockery/v3
errors.go.mod:
Mockery Version
v3.0.0-alpha.19
Go Version
go 1.24rc1
Installation Method
Steps to Reproduce
mkdir project
go mod init
go get github.com/vektra/mockery/[email protected]
go clean -cache -modcache
go run github.com/vektra/mockery/v3
Expected Behavior
It should work.
Actual Behavior
It errors with:
The text was updated successfully, but these errors were encountered: