prometheus/pushgateway: fix after golang_protobuf_extensions update

This commit is contained in:
Luca Bruno 2015-05-19 10:43:06 +02:00
parent 5dde66546e
commit 76c34a9590

View File

@ -37,6 +37,9 @@ buildGoPackage rec {
(
cd "go/src/$goPackagePath"
go-bindata ./resources/
${govers}/bin/govers -d -m github.com/matttproud/golang_protobuf_extensions/ext github.com/matttproud/golang_protobuf_extensions/pbutil
substituteInPlace handler/push.go \
--replace ext.ReadDelimited pbutil.ReadDelimited
)
'';