Update go.mod (#808)
when I annotated go.mod, I put the wrong version for the cosmos-sdk but it didn't matter since it gets replaced... nonetheless, yay, fix!
Showing
+1 -1
... | ... | @@ -3,7 +3,7 @@ module github.com/osmosis-labs/osmosis |
go 1.17 | ||
require ( | ||
github.com/cosmos/cosmos-sdk v0.44.5 | ||
github.com/cosmos/cosmos-sdk v0.45.0 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
github.com/cosmos/iavl v0.17.3 | ||
github.com/cosmos/ibc-go/v2 v2.0.0 | ||
... | ... |
Please register or sign in to comment