coredns/vendor/github.com/prometheus/procfs
Yong Tang 4dd40a292c
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>
2017-12-18 11:50:56 -06:00
..
xfs Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
buddyinfo.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
buddyinfo_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
CONTRIBUTING.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
doc.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
fs.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
fs_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
ipvs.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
ipvs_test.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
MAINTAINERS.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
Makefile dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
mdstat.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
mdstat_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
mountstats.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
mountstats_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
NOTICE Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_io.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
proc_io_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_limits.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
proc_limits_test.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
proc_stat.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_stat_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
stat.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
stat_test.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
ttar dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
xfrm.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00
xfrm_test.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00

procfs

This procfs package provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.

WARNING: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk.

GoDoc Build Status Go Report Card