skycoin / skycoin

Skycoin Core and Wallet

Home Page:https://www.skycoin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go mod vendor: skycoin imports fails

NESS-Network opened this issue · comments

go: found github.com/skycoin/encodertest in github.com/skycoin/encodertest v0.0.0-20190217072920-14c2e31898b9
go: found github.com/skycoin/skycoin/src/testutil/require in github.com/skycoin/skycoin v0.27.1
go: finding module for package github.com/skycoin/skycoin/src/wallet/deterministic
go: finding module for package github.com/skycoin/skycoin/src/wallet/bip44wallet
go: finding module for package github.com/skycoin/skycoin/src/wallet/crypto
go: finding module for package github.com/skycoin/skycoin/src/wallet/xpubwallet
go: finding module for package github.com/skycoin/skycoin/src/wallet/collection
go: finding module for package github.com/sergi/go-diff/diffmatchpatch
go: found github.com/sergi/go-diff/diffmatchpatch in github.com/sergi/go-diff v1.1.0
go: finding module for package github.com/skycoin/skycoin/src/wallet/deterministic
go: finding module for package github.com/skycoin/skycoin/src/wallet/collection
go: finding module for package github.com/skycoin/skycoin/src/wallet/bip44wallet
go: finding module for package github.com/skycoin/skycoin/src/wallet/xpubwallet
go: finding module for package github.com/skycoin/skycoin/src/wallet/crypto
github.com/ness-network/privateness/cmd/skycoin imports
github.com/skycoin/skycoin/src/wallet/bip44wallet: module github.com/skycoin/skycoin@latest found (v0.27.1), but does not contain package github.com/skycoin/skycoin/src/wallet/bip44wallet
github.com/ness-network/privateness/cmd/skycoin imports
github.com/skycoin/skycoin/src/wallet/collection: module github.com/skycoin/skycoin@latest found (v0.27.1), but does not contain package github.com/skycoin/skycoin/src/wallet/collection
github.com/ness-network/privateness/cmd/skycoin imports
github.com/skycoin/skycoin/src/wallet/deterministic: module github.com/skycoin/skycoin@latest found (v0.27.1), but does not contain package github.com/skycoin/skycoin/src/wallet/deterministic
github.com/ness-network/privateness/cmd/skycoin imports
github.com/skycoin/skycoin/src/wallet/xpubwallet: module github.com/skycoin/skycoin@latest found (v0.27.1), but does not contain package github.com/skycoin/skycoin/src/wallet/xpubwallet
github.com/ness-network/privateness/src/cli imports
github.com/skycoin/skycoin/src/wallet/crypto: module github.com/skycoin/skycoin@latest found (v0.27.1), but does not contain package github.com/skycoin/skycoin/src/wallet/crypto
debian@0x000:~/go/src/github.com/ness-network/privateness$