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

use go mod #136

Closed
wants to merge 1 commit into from
Closed

use go mod #136

wants to merge 1 commit into from

Conversation

stackdump
Copy link
Contributor

updated to allow go mod usage from factomd project

@stackdump
Copy link
Contributor Author

Will still need to resolve some warnings after swapping to go-mod

go mod tidy
factom/wallet/wsapi imports
        github.com/FactomProject/factom/wallet: module github.com/FactomProject/factom@latest found (v0.3.5), but does not contain package github.com/FactomProj
ect/factom/wallet
factom tested by
        factom.test imports
        github.com/FactomProject/factom/wallet/wsapi: module github.com/FactomProject/factom@latest found (v0.3.5), but does not contain package github.com/FactomProject/factom/wallet/wsapi
factom/wallet/wsapi imports
        github.com/FactomProject/btcutil/certs tested by
        github.com/FactomProject/btcutil/certs.test imports
        github.com/FactomProject/btcutil imports
        github.com/FactomProject/btcd/btcec: module github.com/FactomProject/btcd@latest found (v0.3.5), but does not contain package github.com/FactomProject/b
tcd/btcec

At least one of these is resolved by another PR - but will likely require another pass to make this clean.

@PaulBernier
Copy link
Contributor

This was superseded by #144, resolving

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