OliverCardoza opened a new issue, #31765: URL: https://github.com/apache/beam/issues/31765
### What would you like to happen? The Beam Go SDK includes `gopkg.in/retry.v1` as a dependency. This dependency is licensed under LGPL which is a more restrictive license. This feature request is to remove usage of `gopkg.in/retry.v1`. This could be replaced with another open source alternative such as `github.com/avast/retry-go` ([docs](https://pkg.go.dev/github.com/avast/retry-go)) which uses the MIT license. Search of usage seems to return 2 usages: - https://github.com/search?q=repo%3Aapache%2Fbeam+%2F%5Cbretry%5C.%2F+lang%3Ago&type=code Might be a nice starter task 🙂 ### Issue Priority Priority: 3 (nice-to-have improvement) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [X] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
