gagliardetto / metaplex-go

Go clients for the Metaplex Solana programs
MIT License
42 stars 30 forks source link

Cannot find module providing package github.com/gagliardetto/solana-go/text/format #1

Closed logrusorgru closed 3 years ago

logrusorgru commented 3 years ago

Getting

$ go get -u github.com/gagliardetto/metaplex-go/clients/token-metadata

got

github.com/gagliardetto/metaplex-go/clients/token-metadata imports
    github.com/gagliardetto/solana-go/text/format: cannot find module providing package github.com/gagliardetto/solana-go/text/format
gagliardetto commented 3 years ago

Added https://github.com/gagliardetto/metaplex-go#installation

logrusorgru commented 3 years ago

Ok. Thank you. Hm, this works. I just used -u everywhere before.