infobloxopen / atlas-app-toolkit

This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
Apache License 2.0
99 stars 116 forks source link

Remove uses of protoc-gen-go/generator #284

Closed shani1998 closed 3 years ago

shani1998 commented 3 years ago

This package was intended to use for internal implementation of protoc-gen-go https://github.com/golang/protobuf/issues/1104#issuecomment-619420855

WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
    A future release of golang/protobuf will delete this package,
    which has long been excluded from the compatibility promise.

Above warning causing problem for onprem/cloud components to format the logs into JSON. and making hard to use jq

Evgeniy-L commented 3 years ago

@shani1998 , please see and fix CI failure