aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-08-24 15:38:14 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-08-24 17:13:58 +0200
commit88e4e4c82e0d5da27ce522f82f5dad2afdabb7b1 (patch)
tree0d4d50510a45a02873a3797f2fe0fb761a8872a9 /go.mod
parent0f92cf22a69876975ca6ad97a08751bf2008e257 (diff)
downloadpodman-88e4e4c82e0d5da27ce522f82f5dad2afdabb7b1.tar.gz
podman-88e4e4c82e0d5da27ce522f82f5dad2afdabb7b1.tar.bz2
podman-88e4e4c82e0d5da27ce522f82f5dad2afdabb7b1.zip
vendor containers/psgo@v1.7.3
Add three new capabilities that would otherwise be reported as unknown. Also add an e2e test making sure that `podman top` knows all capabilities of the current kernel. I refrained from adding a system test since this may blow up in gating tests. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2f061494f..ba5544907 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.22.0
github.com/containers/ocicrypt v1.1.5
- github.com/containers/psgo v1.7.2
+ github.com/containers/psgo v1.7.3
github.com/containers/storage v1.42.0
github.com/coreos/go-systemd/v22 v22.3.2
github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3
@@ -62,7 +62,7 @@ require (
github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4
go.etcd.io/bbolt v1.3.6
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
+ golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
golang.org/x/text v0.3.7
google.golang.org/protobuf v1.28.1