diff --git a/Gopkg.lock b/Gopkg.lock index f02a671164..92fe403aea 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -388,8 +388,8 @@ "types", "version" ] - revision = "3a0dff7db2628c20cb0d77db3a01fea7981e5aec" - version = "v0.22.0-rc0" + revision = "af703620d4423478968ab602716a2a51cbb02ac6" + version = "v0.22.0-rc1" [[projects]] name = "github.com/tendermint/tmlibs" @@ -512,6 +512,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "5db688e81022b54f18b174b151ccb66ab9a5b373008089422a5eea1147555f3e" + inputs-digest = "e625f9f13e5ca81fb8ecf6e794e0d1df87d8597a84af2abf70c057e20aa9b852" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index eedc0df761..a9bae1d06f 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -62,7 +62,7 @@ [[constraint]] name = "github.com/tendermint/tendermint" - version = "=0.22.0-rc0" + version = "=0.22.0-rc1" [[constraint]] name = "github.com/tendermint/tmlibs"