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
go get -u github.com/cosmos/gex
command. This resulted in this error: go get: github.com/OzqurYalcin/[email protected] updating to github.com/OzqurYalcin/[email protected]: parsing go.mod: module declares its path as: github.com/ozgur-soft/google-analytics but was required as: github.com/OzqurYalcin/google-analytics
Although I can use replace directive to temporary bypass this, still, please look into this issue.
The text was updated successfully, but these errors were encountered:
I'm having a litte trouble installing gex using
go get -u github.com/cosmos/gex
command. This resulted in this error:
go get: github.com/OzqurYalcin/[email protected] updating to github.com/OzqurYalcin/[email protected]: parsing go.mod: module declares its path as: github.com/ozgur-soft/google-analytics but was required as: github.com/OzqurYalcin/google-analytics
Although I can use replace directive to temporary bypass this, still, please look into this issue.
The text was updated successfully, but these errors were encountered: