Changed paths:
M pkg/manager/diff.go
M pkg/osutil/fileutil.go
M pkg/osutil/fileutil_test.go
Log Message:
-----------
pkg/manager: remove a dependency on grep
Instead of calling grep (the implementations of which may differ in
different environments), traverse the directory and grep files with a
special pkg/osutil helper functionality.