lrstanley / entrest

Extension that generates a compliant OpenAPI spec and server implementation
https://lrstanley.github.io/entrest/
MIT License
11 stars 2 forks source link

feat: support importing exact remote package when using json fields #43

Closed lrstanley closed 4 months ago

lrstanley commented 4 months ago

Some packages, when auto-imported in create/update server templates, auto-import the wrong package version (e.g. github.com/google/go-github/v52/github vs github.com/google/go-github/github). There is likely a mechanism through ent to obtain the proper external package to import to ensure the incorrect one isn't auto-imported.