deps: upgrade to runc v1.1.3
Showing
+43 -31
.changelog/13900.txt
0 → 100644
... | ... | @@ -100,7 +100,7 @@ require ( |
github.com/moby/sys/mount v0.3.0 | ||
github.com/moby/sys/mountinfo v0.6.0 | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 | ||
github.com/opencontainers/runc v1.0.3 | ||
github.com/opencontainers/runc v1.1.3 | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | ||
github.com/posener/complete v1.2.3 | ||
github.com/prometheus/client_golang v1.12.0 | ||
... | ... | @@ -160,7 +160,6 @@ require ( |
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.2.0 // indirect | ||
github.com/bmatcuk/doublestar v1.1.5 // indirect | ||
github.com/boltdb/bolt v1.3.1 // indirect | ||
github.com/brianvoe/gofakeit/v6 v6.16.0 | ||
... | ... | @@ -246,7 +245,7 @@ require ( |
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect | ||
github.com/rogpeppe/go-internal v1.6.1 // indirect | ||
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 // indirect | ||
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
... | ... |
Please register or sign in to comment