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.
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
vsgithub.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.