diff options
author | 2017-12-18 11:50:56 -0600 | |
---|---|---|
committer | 2017-12-18 11:50:56 -0600 | |
commit | 4dd40a292c773aad5eee761940840de64ba9090a (patch) | |
tree | e7b872bed228fdf06b4ea91db60bf9b7cc8fec2a /Gopkg.toml | |
parent | ba4e77672c9f7b53a8c2f6e197d3f12ede1e46cd (diff) | |
download | coredns-4dd40a292c773aad5eee761940840de64ba9090a.tar.gz coredns-4dd40a292c773aad5eee761940840de64ba9090a.tar.zst coredns-4dd40a292c773aad5eee761940840de64ba9090a.zip |
Update apache/thrift to 0.11.0 and remove pinning (#1317)
The `apache/thrift` recently released a new version of `0.11.0`
several days ago. This release is compatible with other packages
and as such, there is no need to pinning the `apache/thrift`
to `master` anymore in Gopkg.toml.
This fix removes the pinning of `apache/thrift` in Gopkg.toml,
and updates all dependencies of coredns.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Gopkg.toml b/Gopkg.toml index 5f6fc8b54..d1de1fd34 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -14,10 +14,6 @@ ignored = [ ] [[override]] - name = "github.com/apache/thrift" - branch = "master" - -[[override]] name = "github.com/ugorji/go" revision = "8c0409fcbb70099c748d71f714529204975f6c3f" |