Unverified Commit 154d0af7 authored by Jacob Gadikian's avatar Jacob Gadikian Committed by GitHub
Browse files

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!
parent 24c0783e
Showing with 1 addition and 1 deletion
+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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment