mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 03:45:11 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user