Skip to content

Commit a0b92d1

Browse files
authored
Merge pull request #177 from containers/dependabot/go_modules/github.com/opencontainers/runc-1.3.0
build(deps): bump github.com/opencontainers/runc from 1.1.13 to 1.3.0
2 parents 235df91 + b95da69 commit a0b92d1

File tree

9 files changed

+2
-1020
lines changed

9 files changed

+2
-1020
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
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

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9Kou
99
github.com/moby/sys/mountinfo v0.7.2/go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4=
1010
github.com/moby/sys/user v0.4.0 h1:jhcMKit7SA80hivmFJcbB1vqmw//wU61Zdui2eQXuMs=
1111
github.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=
1412
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1513
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1614
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=

internal/process/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vendor/github.com/opencontainers/runc/LICENSE

Lines changed: 0 additions & 191 deletions
This file was deleted.

vendor/github.com/opencontainers/runc/NOTICE

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)