We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c84c25 commit ca67c03Copy full SHA for ca67c03
common/go.mod
@@ -47,7 +47,7 @@ require (
47
go.podman.io/storage v1.60.0
48
golang.org/x/crypto v0.41.0
49
golang.org/x/sync v0.16.0
50
- golang.org/x/sys v0.35.0
+ golang.org/x/sys v0.36.0
51
golang.org/x/term v0.34.0
52
sigs.k8s.io/yaml v1.6.0
53
tags.cncf.io/container-device-interface v1.0.1
storage/go.mod
@@ -27,7 +27,7 @@ require (
27
github.com/ulikunitz/xz v0.5.15
28
github.com/vbatts/tar-split v0.12.1
29
30
31
gotest.tools/v3 v3.5.2
32
)
33
0 commit comments