go.mod: github.com/opencontainers/image-spec v1.1.0, golang.org/x/sys v0.26.0 #15
Conversation
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
| github.com/opencontainers/image-spec v1.1.0 | ||
| github.com/stretchr/testify v1.8.4 | ||
| golang.org/x/sys v0.10.0 | ||
| golang.org/x/sys v0.26.0 |
There was a problem hiding this comment.
Was there a specific reason for updating this one? Actually wondering if we could drop this dependency as a whole. It looks like we only use it for Uname()
Line 34 in e6f3bbf
which is also provided by stdlib syscall; https://pkg.go.dev/syscall#Uname
If there's no difference between the two, we may as well reduce dependencies here (as its a library module, so good to reduce dependencies where possible)
WDYT?
There was a problem hiding this comment.
Was there a specific reason for updating this one?
No
It looks like we only use it for Uname()
Doesn't seem so
Line 31 in e6f3bbf
There was a problem hiding this comment.
ah! sorry, looked at the linux part only. Yeah, that's a pity.
No description provided.