FF SDK is using the legacy path: - ' github.com/deepmap/oapi-codegen/v2" This has moved to: - https://github.com/oapi-codegen/oapi-codegen Anyone using this package will have broken builds if they reference it from the correct location elsewhere in their codebase. ``` go: github.com/deepmap/oapi-codegen/v2@v2.3.0: parsing go.mod: module declares its path as: github.com/oapi-codegen/oapi-codegen/v2 but was required as: github.com/deepmap/oapi-codegen/v2 ```