File tree Expand file tree Collapse file tree 9 files changed +2
-1020
lines changed
github.com/opencontainers/runc Expand file tree Collapse file tree 9 files changed +2
-1020
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
44
55require (
66 github.com/containers/storage v1.58.0
7- github.com/opencontainers/runc v1.1.14
7+ github.com/moby/sys/user v0.4.0
88 github.com/stretchr/testify v1.10.0
99 golang.org/x/sys v0.33.0
1010)
@@ -13,7 +13,6 @@ require (
1313 github.com/davecgh/go-spew v1.1.1 // indirect
1414 github.com/docker/go-units v0.5.0 // indirect
1515 github.com/moby/sys/mountinfo v0.7.2 // indirect
16- github.com/moby/sys/user v0.4.0 // indirect
1716 github.com/pmezard/go-difflib v1.0.0 // indirect
1817 github.com/sirupsen/logrus v1.9.3 // indirect
1918 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9Kou
99github.com/moby/sys/mountinfo v0.7.2 /go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4 =
1010github.com/moby/sys/user v0.4.0 h1:jhcMKit7SA80hivmFJcbB1vqmw//wU61Zdui2eQXuMs =
1111github.com/moby/sys/user v0.4.0 /go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs =
12- github.com/opencontainers/runc v1.1.14 h1:rgSuzbmgz5DUJjeSnw337TxDbRuqjs6iqQck/2weR6w =
13- github.com/opencontainers/runc v1.1.14 /go.mod h1:E4C2z+7BxR7GHXp0hAY53mek+x49X1LjPNeMTfRGvOA =
1412github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1513github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1614github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323
2424 "github.com/containers/psgo/internal/host"
2525 "github.com/containers/psgo/internal/proc"
26- "github.com/opencontainers/runc/libcontainer /user"
26+ "github.com/moby/sys /user"
2727 "golang.org/x/sys/unix"
2828)
2929
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments