google / fswalker

Simple file system integrity checking tooling.
https://google.github.io/fswalker/
Apache License 2.0
102 stars 12 forks source link

Switch from deprecated protobuf to new protobuf #39

Closed aaomidi closed 1 year ago

aaomidi commented 1 year ago

https://github.com/golang/protobuf is deprecated. This PR switches this project to the new package: https://pkg.go.dev/google.golang.org/protobuf

aaomidi commented 1 year ago

🤦🏾 Just noticed that #37 is doing effectively the same thing.

aaomidi commented 1 year ago

~Going to try to get #37 submitted instead.~

Nevermind, that PR is missing a few changes that were caught by this one, but I do like the tests it's added. I'll get this one submitted and then work with @julio-lopez to get the tests from that other PR.