hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9.49k stars 688 forks source link

Remove deprecated protobuf package #870

Open aradwann opened 5 months ago

aradwann commented 5 months ago

removing deprecated github.com/golang/protobuf and applying go fmt closes #855

mm2175 commented 2 weeks ago

@hibiken Hi, Could you please review this PR and release a new version? I'm currently cleaning up dependencies in my project that uses asynq, and noticed protobuf as a transitive dependency.