Update Gopkg.toml to remove the constraint on zipkin-go-opentracing (#1231)

* Update vendor directory for latest changes.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update Gopkg.toml to remove the constraint on zipkin-go-opentracing

As the issue on zipkin-go-opentracing has been fixed. See #1193
for details.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2017-11-13 11:54:46 -08:00
committed by Miek Gieben
parent 7c7a233b83
commit 9018451dd3
60 changed files with 3115 additions and 511 deletions

View File

@@ -13,12 +13,9 @@ ignored = [
"golang.org/x/net/trace",
]
[[constraint]]
name = "github.com/openzipkin/zipkin-go-opentracing"
revision = "45e90b00710a4c34a1a7d8a78d90f9b010b0bd4d"
[[override]]
name = "github.com/apache/thrift"
revision = "4f77ab8e296d64c57e6ea1c6e3f0f152bc7d6a3a"
branch = "master"
[[override]]
name = "github.com/ugorji/go"