You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use correct protobuf dependency in pkg/client (#133)
* fix: use correct protobuf dependency in pkg/client
this is causing downstream binaries to include github.com/golang/protobuf
the dep should be google.golang.org/protobuf/
* Update reader_test.go
0 commit comments