FactomProject / factom

Library for writing Factom clients in go
MIT License
44 stars 19 forks source link

use go mod #136

Closed stackdump closed 4 years ago

stackdump commented 4 years ago

updated to allow go mod usage from factomd project

stackdump commented 4 years ago

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 commented 4 years ago

This was superseded by https://github.com/FactomProject/factom/pull/144, resolving