Package: go-cpe-dictionary / 0.0~git20181107.61280e8-1

Metadata

Package Version Patches format
go-cpe-dictionary 0.0~git20181107.61280e8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix path of cheggaaa pb.patch | (download)

db/rdb.go | 2 1 + 1 - 0 !
db/redis.go | 2 1 + 1 - 0 !
nvd/nvd.go | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix import path of cheggaaa's pb from pb to pb.v2
 version 2 of pb has been renamed to pb.v2 in debian.
 Therefore, we need to change import path of this package from pb to pb.v2.
 
 find . -name "*.go" | \
	xargs sed -i -e "s@github.com/cheggaaa/pb@github.com/cheggaaa/pb.v2@g"