From 02868e191e738387c28220f11b84d7877c4361a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:56:09 +0000 Subject: [PATCH] build(deps): bump github.com/cosmos/cosmos-sdk from 0.40.0-rc5 to 0.40.0 Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.40.0-rc5 to 0.40.0. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.40.0-rc5...v0.40.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 13ca06a9e..53ee6cb91 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/cbergoon/merkletree v0.2.0 - github.com/cosmos/cosmos-sdk v0.40.0-rc5 + github.com/cosmos/cosmos-sdk v0.40.0 github.com/cosmos/iavl v0.15.3 github.com/go-ole/go-ole v1.2.4 // indirect github.com/gogo/protobuf v1.3.2