aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
276 stars 118 forks source link

Upgrade from `github.com/golang/protobuf` to `google.golang.org/protobuf` #425

Closed benedekvoros closed 1 week ago

benedekvoros commented 8 months ago

I'm getting warnings for having github.com/golang/protobuf as an indirect dependency for aws-xray-sdk-go. github.com/golang/protobuf has been superseded by the google.golang.org/protobuf module. It'd be nice to have this upgrade.

wangzlei commented 8 months ago

gpb now is 1.30.0 https://github.com/aws/aws-xray-sdk-go/pull/427 https://github.com/aws/aws-xray-sdk-go/pull/426

wangzlei commented 8 months ago

https://github.com/aws/aws-xray-sdk-go/pull/428

karlpokus commented 3 months ago

And maybe fix CVE-2024-24786 while you're at it?