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
The motivation to put it nested was to avoid pulling in deps that have nothing to do with the bare structures of the spec.
But this model with modules is tricky. And even in the opencontainers/image-spec#883 we found it simpler to just have the top level go.mod, rather than messing with a git-tag workflow, etc.
One other point, is it seems some tools like gopls do not easily handle nested go.mod files 🤷 :
The text was updated successfully, but these errors were encountered:
with #283 we landed
./specs-go/go.mod
.The motivation to put it nested was to avoid pulling in deps that have nothing to do with the bare structures of the spec.
But this model with modules is tricky. And even in the opencontainers/image-spec#883 we found it simpler to just have the top level go.mod, rather than messing with a git-tag workflow, etc.
One other point, is it seems some tools like

gopls
do not easily handle nested go.mod files 🤷 :The text was updated successfully, but these errors were encountered: