Switch protobuf import to its new github URL

This commit is contained in:
Benjamin Staffin 2015-03-21 17:16:14 -07:00
parent 76e146119f
commit df7ba0af85
1 changed files with 2 additions and 1 deletions

View File

@ -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"
)