Switch protobuf import to its new github URL

pull/58/head
Benjamin Staffin 11 years ago
parent 76e146119f
commit df7ba0af85
  1. 3
      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"
)

Loading…
Cancel
Save