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
We should instead use go get to downgrade the package instead. See the gocmd package in the github.com/ignite/cli module for a way to easily use the go command from a Go program.
Right now, we downgrade a number of dependencies using replace directives. We should do this using the
go
command instead of replace directives.The text was updated successfully, but these errors were encountered: