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

Switch protobuf import to its new github URL
pull/64/head
Julius Volz 10 years ago
commit f667a5d01a

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