Merge pull request #58 from benley/google-code-sadface

Switch protobuf import to its new github URL
pull/64/head
Julius Volz 2015-03-22 21:16:39 +01:00
commit f667a5d01a
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"
)