aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/rcrowley/go-metrics/json.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Add `go mod` support (#2503)Gravatar Yong Tang 1-31/+0
* Remove vendor and go-dep Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add go.mod Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update Makefile and .travis.yml Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-12-18Update apache/thrift to 0.11.0 and remove pinning (#1317)Gravatar Yong Tang 1-58/+2
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>
2017-04-28Update vendor with `go dep`Gravatar Yong Tang 1-0/+87
This fix updates vendor with `go dep` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>