dep: revert updates

- leave protobuf on 1.1.1 for grpc import fixes
- amino v0.11 breaks tendermint - revert to v0.10.1
This commit is contained in:
Ethan Buchman 2018-07-24 19:29:37 -04:00
parent 05a76fb517
commit 70d3783747
2 changed files with 8 additions and 14 deletions

12
Gopkg.lock generated
View File

@ -11,7 +11,6 @@
branch = "master" branch = "master"
name = "github.com/btcsuite/btcd" name = "github.com/btcsuite/btcd"
packages = ["btcec"] packages = ["btcec"]
pruneopts = "UT"
revision = "f673a4b563b57b9a95832545c878669a7fa801d9" revision = "f673a4b563b57b9a95832545c878669a7fa801d9"
[[projects]] [[projects]]
@ -81,8 +80,8 @@
"sortkeys", "sortkeys",
"types" "types"
] ]
revision = "7d68e886eac4f7e34d0d82241a6273d6c304c5cf" revision = "636bf0302bc95575d69441b25a2603156ffdddf1"
version = "v1.1.0" version = "v1.1.1"
[[projects]] [[projects]]
name = "github.com/golang/protobuf" name = "github.com/golang/protobuf"
@ -156,10 +155,8 @@
[[projects]] [[projects]]
branch = "master" branch = "master"
digest = "1:5ab79470a1d0fb19b041a624415612f8236b3c06070161a910562f2b2d064355"
name = "github.com/mitchellh/mapstructure" name = "github.com/mitchellh/mapstructure"
packages = ["."] packages = ["."]
pruneopts = "UT"
revision = "f15292f7a699fcc1a38a80977f80a046874ba8ac" revision = "f15292f7a699fcc1a38a80977f80a046874ba8ac"
[[projects]] [[projects]]
@ -190,10 +187,8 @@
[[projects]] [[projects]]
branch = "master" branch = "master"
digest = "1:0f37e09b3e92aaeda5991581311f8dbf38944b36a3edec61cc2d1991f527554a"
name = "github.com/prometheus/client_model" name = "github.com/prometheus/client_model"
packages = ["go"] packages = ["go"]
pruneopts = "UT"
revision = "5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f" revision = "5c3871d89910bfb32f5fcab2aa4b9ec68e65a99f"
[[projects]] [[projects]]
@ -347,7 +342,6 @@
"cpu", "cpu",
"unix" "unix"
] ]
pruneopts = "UT"
revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4" revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4"
[[projects]] [[projects]]
@ -417,6 +411,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "9beb2d27dc19e3f9e2c7f416f312f7129f5441b1b53def42503fc6f7d3a54b16" inputs-digest = "8e519c3716c259c6ecdb052889dd3602539fd98a3650dfbf50a4023e087a5d53"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@ -31,7 +31,7 @@
[[constraint]] [[constraint]]
name = "github.com/go-kit/kit" name = "github.com/go-kit/kit"
version = "=0.7.0" version = "=0.6.0"
[[constraint]] [[constraint]]
name = "github.com/gogo/protobuf" name = "github.com/gogo/protobuf"
@ -51,19 +51,19 @@
[[constraint]] [[constraint]]
name = "github.com/spf13/cobra" name = "github.com/spf13/cobra"
version = "=0.0.3" version = "=0.0.1"
[[constraint]] [[constraint]]
name = "github.com/spf13/viper" name = "github.com/spf13/viper"
version = "=1.0.2" version = "=1.0.0"
[[constraint]] [[constraint]]
name = "github.com/stretchr/testify" name = "github.com/stretchr/testify"
version = "=1.2.2" version = "=1.2.1"
[[constraint]] [[constraint]]
name = "github.com/tendermint/go-amino" name = "github.com/tendermint/go-amino"
version = "=v0.11.1" version = "=v0.10.1"
[[constraint]] [[constraint]]
name = "google.golang.org/grpc" name = "google.golang.org/grpc"