Browse Source

update to amino 0.14.1 (#2822)

pull/2829/head
Zach 6 years ago
committed by Anton Kaliaev
parent
commit
fb10209a96
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      Gopkg.lock
  2. +1
    -1
      Gopkg.toml

+ 3
- 3
Gopkg.lock View File

@ -358,12 +358,12 @@
revision = "e5840949ff4fff0c56f9b6a541e22b63581ea9df"
[[projects]]
digest = "1:10b3a599325740c84a7c81f3f3cb2e1fdb70b3ea01b7fa28495567a2519df431"
digest = "1:ad9c4c1a4e7875330b1f62906f2830f043a23edb5db997e3a5ac5d3e6eadf80a"
name = "github.com/tendermint/go-amino"
packages = ["."]
pruneopts = "UT"
revision = "6dcc6ddc143e116455c94b25c1004c99e0d0ca12"
version = "v0.14.0"
revision = "dc14acf9ef15f85828bfbc561ed9dd9d2a284885"
version = "v0.14.1"
[[projects]]
digest = "1:72b71e3a29775e5752ed7a8012052a3dee165e27ec18cedddae5288058f09acf"


+ 1
- 1
Gopkg.toml View File

@ -58,7 +58,7 @@
[[constraint]]
name = "github.com/tendermint/go-amino"
version = "v0.14.0"
version = "v0.14.1"
[[constraint]]
name = "google.golang.org/grpc"


Loading…
Cancel
Save