Switch protobuf import to its new github URL
This commit is contained in:
parent
76e146119f
commit
df7ba0af85
|
@ -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…
Reference in New Issue