Skip to content

Commit dc7e955

Browse files
committed
Do not merge: Try switching to monorepo dependencies.
Signed-off-by: Jan Kaluza <[email protected]>
1 parent b46e5dd commit dc7e955

File tree

96 files changed

+21
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+21
-17
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/containers/psgo
22

3-
go 1.23.0
3+
go 1.23.3
4+
5+
toolchain go1.24.6
46

57
require (
6-
github.com/containers/storage v1.59.1
8+
go.podman.io/storage v1.59.1-0.20250820085751-a13b38f45723
79
github.com/moby/sys/user v0.4.0
810
github.com/stretchr/testify v1.10.0
911
golang.org/x/sys v0.35.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
1818
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
1919
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
2020
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
21+
go.podman.io/storage v1.59.1-0.20250820085751-a13b38f45723 h1:Yvy8mEjlmlocJETNBKr1PV3BuwhNEKiRj8mFUPjsHWA=
22+
go.podman.io/storage v1.59.1-0.20250820085751-a13b38f45723/go.mod h1:NFVh1MHgSeRrphOpLEeJsWV9F5AqT7ZxbYBFRLe0uJM=
2123
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2224
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
2325
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=

internal/proc/ns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"io"
2121
"os"
2222

23-
"github.com/containers/storage/pkg/idtools"
23+
"go.podman.io/storage/pkg/idtools"
2424
)
2525

2626
// ParsePIDNamespace returns the content of /proc/$pid/ns/pid.

internal/proc/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"strings"
2323
"sync"
2424

25-
"github.com/containers/storage/pkg/idtools"
25+
"go.podman.io/storage/pkg/idtools"
2626
)
2727

2828
// Status is a direct translation of a `/proc/[pid]/status`, which provides much

psgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
"github.com/containers/psgo/internal/dev"
4141
"github.com/containers/psgo/internal/proc"
4242
"github.com/containers/psgo/internal/process"
43-
"github.com/containers/storage/pkg/idtools"
43+
"go.podman.io/storage/pkg/idtools"
4444
"golang.org/x/sys/unix"
4545
)
4646

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)