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

chore: update module name to v2 #364

Merged
merged 2 commits into from
Dec 28, 2024
Merged

chore: update module name to v2 #364

merged 2 commits into from
Dec 28, 2024

Conversation

jackstar12
Copy link
Member

In preparation for #356.

Go won't allow the current module name since its still the same repository as boltz-lnd and bumped the major version. So the module name needs to contain a /v2

"github.com/BoltzExchange/boltz-client/v2/boltzrpc"
"github.com/BoltzExchange/boltz-client/v2/boltzrpc/autoswaprpc"
"github.com/BoltzExchange/boltz-client/v2/database"
onchainmock "github.com/BoltzExchange/boltz-client/v2/mocks/github.com/BoltzExchange/boltz-client/v2/onchain"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error: autoswap/chain_test.go:8:2: no required module provides package github.com/BoltzExchange/boltz-client/v2/mocks/github.com/BoltzExchange/boltz-client/v2/onchain; to add it:

@jackstar12 jackstar12 merged commit 84c6671 into master Dec 28, 2024
1 check passed
@jackstar12 jackstar12 deleted the chore/v2-mod branch December 28, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants