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
Deprecated warning logs for protoc-gen-go/generator (NGP-5834) #195
Atlas app toolkit uses github.com/golang/protobuf. This library is superseded by google.golang.org/protobuf.
Any repo with dependency on atlas-app-toolkit, will get an error
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.
Atlas app toolkit uses
github.com/golang/protobuf
. This library is superseded bygoogle.golang.org/protobuf
. Any repo with dependency on atlas-app-toolkit, will get an errorWARNING: 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.
So, this dependency needs to be changed.