Browse Source

update abci

pull/1667/head
Ethan Buchman 7 years ago
parent
commit
e2f5a6fbe4
2 changed files with 3 additions and 9 deletions
  1. +2
    -8
      Gopkg.lock
  2. +1
    -1
      Gopkg.toml

+ 2
- 8
Gopkg.lock View File

@ -238,8 +238,8 @@
"server", "server",
"types" "types"
] ]
revision = "c681347ee3c4906b169d39ffc4def87714494cbd"
version = "v0.11.0-rc3"
revision = "9af8b7a7c87478869f8c280ed9539470b8f470b4"
version = "v0.11.0-rc4"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -263,12 +263,6 @@
revision = "915416979bf70efa4bcbf1c6cd5d64c5fff9fc19" revision = "915416979bf70efa4bcbf1c6cd5d64c5fff9fc19"
version = "v0.6.2" version = "v0.6.2"
[[projects]]
name = "github.com/tendermint/go-wire"
packages = ["."]
revision = "3c22a7a539411f89a96738fcfa14c1027e24e5ec"
version = "0.9.10"
[[projects]] [[projects]]
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
packages = [ packages = [


+ 1
- 1
Gopkg.toml View File

@ -71,7 +71,7 @@
[[constraint]] [[constraint]]
name = "github.com/tendermint/abci" name = "github.com/tendermint/abci"
version = "~0.11.0-rc3"
version = "~0.11.0-rc4"
[[constraint]] [[constraint]]
name = "github.com/tendermint/go-crypto" name = "github.com/tendermint/go-crypto"


Loading…
Cancel
Save