streamingfast / solana-go

Go library for the Solana Blockchain
Apache License 2.0
121 stars 25 forks source link

Error message when using golang build #14

Closed zenpoet closed 2 years ago

zenpoet commented 2 years ago

Followed directions on github.

Get following error/warning:

go get -u -v github.com/streamingfast/solana-go/cmd/slnc go: downloading github.com/streamingfast/solana-go v0.2.0 go get: github.com/streamingfast/solana-go@v0.2.0: parsing go.mod: module declares its path as: github.com/dfuse-io/solana-go but was required as: github.com/streamingfast/solana-go

Looks like some path weren't updated?

maoueh commented 2 years ago

All fixed in latest released version.