From df7ba0af85c4e1ef7ddccdf5cb73753f32fb405f Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Sat, 21 Mar 2015 17:16:14 -0700 Subject: [PATCH] Switch protobuf import to its new github URL --- collector/textfile.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collector/textfile.go b/collector/textfile.go index 675a11bb..a8d98c1a 100644 --- a/collector/textfile.go +++ b/collector/textfile.go @@ -13,8 +13,9 @@ import ( dto "github.com/prometheus/client_model/go" - "code.google.com/p/goprotobuf/proto" "github.com/golang/glog" + "github.com/golang/protobuf/proto" + "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/text" )