Browse Source

update abci version

pull/1250/head
Anton Kaliaev 7 years ago
parent
commit
0821384ac6
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 4 additions and 5 deletions
  1. +3
    -4
      Gopkg.lock
  2. +1
    -1
      Gopkg.toml

+ 3
- 4
Gopkg.lock View File

@ -229,12 +229,11 @@
"client",
"example/code",
"example/counter",
"example/dummy",
"example/kvstore",
"server",
"types"
]
revision = "68592f4d8ee34e97db94b7a7976b1309efdb7eb9"
version = "v0.10.0"
revision = "345a5a5a34aa31ad00626266f59e4ae7652ee274"
[[projects]]
branch = "master"
@ -370,6 +369,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "fab03bd603ce6dc3139527674dcc4a5625e5ff81c6caafee4975b338daef696f"
inputs-digest = "402db24a8ce0cac835f1d0d3c40d4066d57660acac43b647066d94913bfc3efc"
solver-name = "gps-cdcl"
solver-version = 1

+ 1
- 1
Gopkg.toml View File

@ -71,7 +71,7 @@
[[constraint]]
name = "github.com/tendermint/abci"
version = "0.10.0"
revision = "345a5a5a34aa31ad00626266f59e4ae7652ee274"
[[constraint]]
name = "github.com/tendermint/go-crypto"


Loading…
Cancel
Save