From f5bc3891068b7b6595bbff730e1fd2fa899db3d9 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 11 Apr 2017 10:21:18 -0700 Subject: [PATCH] Use latest gopsutil --- Godeps | 2 +- Makefile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Godeps b/Godeps index ab72be8f2d314..2e04c0cddf34e 100644 --- a/Godeps +++ b/Godeps @@ -44,7 +44,7 @@ github.com/prometheus/common dd2f054febf4a6c00f2343686efb775948a8bff4 github.com/prometheus/procfs 1878d9fbb537119d24b21ca07effd591627cd160 github.com/rcrowley/go-metrics 1f30fe9094a513ce4c700b9a54458bbb0c96996c github.com/samuel/go-zookeeper 1d7be4effb13d2d908342d349d71a284a7542693 -github.com/shirou/gopsutil d371ba1293cb48fedc6850526ea48b3846c54f2c +github.com/shirou/gopsutil dfbb3e40da8d6fcd1aa0d87003e965fe0ca745ea github.com/soniah/gosnmp 5ad50dc75ab389f8a1c9f8a67d3a1cd85f67ed15 github.com/streadway/amqp 63795daa9a446c920826655f26ba31c81c860fd6 github.com/stretchr/testify 4d4bfba8f1d1027c4fdbe371823030df51419987 diff --git a/Makefile b/Makefile index 2b9e1711a05ef..d2bad656d0abc 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,6 @@ package: prepare: go get github.com/sparrc/gdm gdm restore - # TODO remove - cd "$(GOPATH)/src/github.com/shirou/gopsutil" && \ - git checkout -b io-counters-for-names && \ - git pull https://github.com/danielnelson/gopsutil.git io-counters-for-names # Use the windows godeps file to prepare dependencies prepare-windows: