Description
Current go.mod templates refers to a dependency (oauth2) which no longer exists
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 |
See https://pkg.go.dev/golang.org/x/oauth2?tab=versions
Thus, the generated client can no longer build
@wing328 @antihax
Description
Current go.mod templates refers to a dependency (oauth2) which no longer exists
openapi-generator/modules/openapi-generator/src/main/resources/go/go.mod.mustache
Line 6 in d19bfeb
See https://pkg.go.dev/golang.org/x/oauth2?tab=versions
Thus, the generated client can no longer build
@wing328 @antihax