Clean up dependency on github.com/golang/protobuf (#5222)
This PR cldean up remaining left over of github.com/golang/protobuf in coredns, as github.com/golang/protobuf has been deprecated. Note the github.com/golang/protobuf is now only indirectly used by external libraries. Manually updating coredns' dependency to futher clean up has been tried. However, it was not possible as external library usages of github.com/golang/protobuf are too interleaved. This PR fixes 4939. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
a7ae4bb883
commit
54531d0a44
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
tap "github.com/dnstap/golang-dnstap"
|
||||
fs "github.com/farsightsec/golang-framestream"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
||||
// encoder wraps a golang-framestream.Encoder.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue