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
When using standard go module tools I wasn't be able to fetch v2 version of library.
I cant use github.com/Zilliqa/gozilliqa-sdk/v2 import: github.com/Zilliqa/gozilliqa-sdk/v2/provider: module github.com/Zilliqa/gozilliqa-sdk@latest found (v1.2.0), but does not contain package github.com/Zilliqa/gozilliqa-sdk/v2/provider
And if I do github.com/Zilliqa/gozilliqa-sdk its gonna use v1.2.0.
I suggest using v2 branch. But if it has other solution on user side I would like to know it.
The text was updated successfully, but these errors were encountered:
When using standard go module tools I wasn't be able to fetch v2 version of library.
I cant use
github.com/Zilliqa/gozilliqa-sdk/v2
import:github.com/Zilliqa/gozilliqa-sdk/v2/provider: module github.com/Zilliqa/gozilliqa-sdk@latest found (v1.2.0), but does not contain package github.com/Zilliqa/gozilliqa-sdk/v2/provider
And if I do
github.com/Zilliqa/gozilliqa-sdk
its gonna use v1.2.0.I suggest using
v2
branch. But if it has other solution on user side I would like to know it.The text was updated successfully, but these errors were encountered: