Skip to content
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

Go mod tidy breaks when importing #172

Closed
graytonio opened this issue Jan 3, 2024 · 1 comment
Closed

Go mod tidy breaks when importing #172

graytonio opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@graytonio
Copy link

After implementing the module into some code I ran go mod tidy to clean up the dependencies and was met with this error:

go: finding module for package github.com/chainifynet/aws-encryption-sdk-go/mocks/github.com/chainifynet/aws-encryption-sdk-go/pkg/model
go: jfrog.com/pe/aws/encryption imports
        github.com/chainifynet/aws-encryption-sdk-go/pkg/providers/kmsprovider tested by
        github.com/chainifynet/aws-encryption-sdk-go/pkg/providers/kmsprovider.test imports
        github.com/chainifynet/aws-encryption-sdk-go/mocks/github.com/chainifynet/aws-encryption-sdk-go/pkg/model: module github.com/chainifynet/aws-encryption-sdk-go@latest found (v0.2.0), but does not contain package github.com/chainifynet/aws-encryption-sdk-go/mocks/github.com/chainifynet/aws-encryption-sdk-go/pkg/model

I believe this is the mocks that are generated by mockery but they are not included in the releases.

@wobondar wobondar self-assigned this Jan 3, 2024
@wobondar wobondar added the bug Something isn't working label Jan 3, 2024
@wobondar
Copy link
Member

wobondar commented Jan 3, 2024

Good catch @graytonio, thanks!

Fixed in v0.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants