You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module is downloaded, but when i try to list it:
go list github.com/blocto/solana-go-sdk
it says:
no required module provides package github.com/blocto/solana-go-sdk; to add it:
go get github.com/blocto/solana-go-sdk
help please im losing my mind
The text was updated successfully, but these errors were encountered:
when i use: go mod tidy
go: downloading github.com/blocto/solana-go-sdk v1.30.0
go: downloading filippo.io/edwards25519 v1.0.0-rc.1
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
module is downloaded, but when i try to list it:
go list github.com/blocto/solana-go-sdk
it says:
no required module provides package github.com/blocto/solana-go-sdk; to add it:
go get github.com/blocto/solana-go-sdk
help please im losing my mind
The text was updated successfully, but these errors were encountered: