diff options
author | 2017-11-08 08:21:11 -0800 | |
---|---|---|
committer | 2017-11-08 16:21:11 +0000 | |
commit | f6caa48b944f3de2a99a7cb8e88d47b4c6fdb1bc (patch) | |
tree | 0cd65ed605c6d1efa1b505e7f8a42af98be97743 /Gopkg.toml | |
parent | 3527be6c0056acbcd8dc9848ff96be2136c68ed5 (diff) | |
download | coredns-f6caa48b944f3de2a99a7cb8e88d47b4c6fdb1bc.tar.gz coredns-f6caa48b944f3de2a99a7cb8e88d47b4c6fdb1bc.tar.zst coredns-f6caa48b944f3de2a99a7cb8e88d47b4c6fdb1bc.zip |
Update zipkin to the newer version (#1205)
* Update zipkin to the newer version
Also update thrift to use head commit
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Update vendor directory.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Gopkg.toml b/Gopkg.toml index 08bbc9150..3a9d9a644 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -15,7 +15,10 @@ ignored = [ [[constraint]] name = "github.com/openzipkin/zipkin-go-opentracing" - version = "v0.2.3" + revision = "45e90b00710a4c34a1a7d8a78d90f9b010b0bd4d" +[[override]] + name = "github.com/apache/thrift" + revision = "4f77ab8e296d64c57e6ea1c6e3f0f152bc7d6a3a" [[override]] name = "github.com/ugorji/go" @@ -23,8 +26,8 @@ ignored = [ # client-go 4.0.0 uses apimachinery 1fd2e63a9a370677308a42f24fd40c86438afddf (see Godep.json) [[constraint]] - name = "k8s.io/client-go" - version = "v4.0.0" + name = "k8s.io/client-go" + version = "v4.0.0" [[override]] name = "k8s.io/apimachinery" revision = "1fd2e63a9a370677308a42f24fd40c86438afddf" |