You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we modify the generation command so that it doesn't require go-openapi modules for our project? We have many different services and if a service needs to install multiple API clients, but those API clients rely on different versions of go-openapi packages (because maybe they clients were generated with different versions of go-swagger over time) this creates an issue with dependency management.