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 114 forks source link

Deprecated warning logs for protoc-gen-go/generator (NGP-5834) #195

Open agoyalib opened 4 years ago

agoyalib commented 4 years ago

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.

So, this dependency needs to be changed.

auhlik commented 3 years ago

Reference to cloud JIRA ticket: https://infoblox.atlassian.net/browse/ATLAS-5834