Skip to content

Commit 5aa3362

Browse files
Merge pull request containers#6439 from TomSweeneyRedHat/dev/tsweeney/buildah_v1.42.0
Bump Buildah to v1.42.0, storage v1.61.0, image v5.38.0, common v0.66.0
2 parents d958aec + 7150194 commit 5aa3362

37 files changed

+338
-100
lines changed

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,96 @@
22

33
# Changelog
44

5+
## v1.42.0 (2025-10-17)
6+
7+
Bump to storage v1.61.0, image v5.38.0, common v0.66.0
8+
fix(deps): update module github.com/openshift/imagebuilder to v1.2.19
9+
fix(deps): update module github.com/openshift/imagebuilder to v1.2.18
10+
copier: ignore user.overlay.* xattrs
11+
commit: always return the config digest as the image ID
12+
fix(deps): update module golang.org/x/crypto to v0.43.0
13+
fix(deps): update module golang.org/x/sys to v0.37.0
14+
fix(deps): update module github.com/docker/docker to v28.5.1+incompatible
15+
fix(deps): update module github.com/moby/buildkit to v0.25.1
16+
fix(deps): update module github.com/opencontainers/runc to v1.3.2
17+
fix(deps): update module github.com/docker/docker to v28.5.0+incompatible
18+
fix(deps): update module github.com/moby/buildkit to v0.25.0
19+
fix(deps): update github.com/containers/luksy digest to 2cf5bc9
20+
Make some test files different from each other
21+
Revert "fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0"
22+
Also run integration tests with the Sequoia backend
23+
Allow users to build against podman-sequoia in non-default locations
24+
fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0
25+
.cirrus.yml: Test Vendoring bump golang
26+
vendor: bump go.podman.io/{common,image,storage} to main
27+
fix(deps): update module golang.org/x/crypto to v0.42.0
28+
fix(deps): update module github.com/docker/docker to v28.4.0+incompatible
29+
fix(deps): update module github.com/moby/buildkit to v0.24.0
30+
fix(deps): update module github.com/spf13/pflag to v1.0.10
31+
fix(deps): update module github.com/fsouza/go-dockerclient to v1.12.2
32+
fix(deps): update module github.com/opencontainers/runc to v1.3.1
33+
fix(deps): update module github.com/opencontainers/cgroups to v0.0.5
34+
fix(deps): update module golang.org/x/sync to v0.17.0
35+
tests/run.bats: "run masks" test: accept "unreadable" masked directories
36+
Run: create parent directories of mount targets with mode 0755
37+
tests/run.bats: "run masks" test: accept "unreadable" masked directories
38+
New VM images
39+
Suppress a linter warning
40+
modernize: JSON doesn't do "omitempty" structs, so stop asking
41+
modernize: use maps.Copy() instead of iterating over a map to copy it
42+
modernize: use strings.CutPrefix/SplitSeq/FieldsSeq
43+
Update expected/minimum version of Go to 1.24
44+
chroot: use $PATH when finding commands
45+
[skip-ci] Update actions/stale action to v10
46+
Update module github.com/ulikunitz/xz to v0.5.15 [SECURITY]
47+
Update go.sum
48+
New VM images
49+
Update module github.com/openshift/imagebuilder to v1
50+
Update module github.com/spf13/cobra to v1.10.1
51+
Switch common, storage and image to monorepo.
52+
Update module github.com/stretchr/testify to v1.11.1
53+
Update module go.etcd.io/bbolt to v1.4.3
54+
Handle tagged+digested references when processing --all-platforms
55+
Update module github.com/stretchr/testify to v1.11.0
56+
Add --transient-store global option
57+
Support "--imagestore" global flags
58+
Commit: don't depend on MountImage(), because .imagestore
59+
Adding mohanboddu as community manager to MAINTAINERS.md
60+
Rework how we decide what to filter out of layer diffs
61+
Note that we have to build `true` first for the sake of its tests
62+
copier.Stat(): return owner UID and GID if available
63+
copier.Get(): ensure that directory entries end in "/"
64+
copier.Get(): strip user and group names from entries
65+
imagebuildah.Executor/StageExecutor: check numeric --from= values
66+
Losen the dependency on go-connections/tlsconfig
67+
fix(deps): update module golang.org/x/crypto to v0.41.0
68+
fix(deps): update module golang.org/x/term to v0.34.0
69+
fix(deps): update module github.com/docker/go-connections to v0.6.0
70+
fix(deps): update module golang.org/x/sys to v0.35.0
71+
copy: assume a destination with basename "." is a directory
72+
generatePathChecksum: ignore ModTime, AccessTime and ChangeTime
73+
fix(deps): update module github.com/seccomp/libseccomp-golang to v0.11.1
74+
fix(deps): update module github.com/containers/common to v0.64.1
75+
History should note unset-label, timestamp, and rewrite-timestamp
76+
pkg/cli.GenBuildOptions(): don't hardwire optional bools
77+
fix(deps): update module github.com/containers/image/v5 to v5.36.1
78+
imagebuildah.StageExecutor.Execute: commit more "no instructions" cases
79+
fix(deps): update module github.com/containers/storage to v1.59.1
80+
Only suppress "noted" items when not squashing
81+
Reap stray processes
82+
fix(deps): update github.com/containers/luksy digest to 8fccf78
83+
fix(deps): update module github.com/docker/docker to v28.3.3+incompatible
84+
Restore the default meaning of `--pull` (should be `always`).
85+
Test that pulled up parent directories are excluded at commit
86+
Exclude pulled up parent directories at commit-time
87+
copier.Ensure(): also return parent directories
88+
copier.MkdirOptions: add ModTimeNew
89+
fix(deps): update module github.com/containers/common to v0.64.0
90+
Bump to Buildah v1.42.0-dev
91+
fix(deps): update module github.com/spf13/pflag to v1.0.7
92+
CI: make runc tests non-blocking
93+
build,add: add support for corporate proxies
94+
595
## v1.41.0 (2025-07-16)
696

797
Bump to c/storage v1.59.0, c/image v5.36.0, ... c/common v0.64.0

changelog.txt

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
- Changelog for v1.42.0 (2025-10-17)
2+
* Bump to storage v1.61.0, image v5.38.0, common v0.66.0
3+
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.19
4+
* fix(deps): update module github.com/openshift/imagebuilder to v1.2.18
5+
* copier: ignore user.overlay.* xattrs
6+
* commit: always return the config digest as the image ID
7+
* fix(deps): update module golang.org/x/crypto to v0.43.0
8+
* fix(deps): update module golang.org/x/sys to v0.37.0
9+
* fix(deps): update module github.com/docker/docker to v28.5.1+incompatible
10+
* fix(deps): update module github.com/moby/buildkit to v0.25.1
11+
* fix(deps): update module github.com/opencontainers/runc to v1.3.2
12+
* fix(deps): update module github.com/docker/docker to v28.5.0+incompatible
13+
* fix(deps): update module github.com/moby/buildkit to v0.25.0
14+
* fix(deps): update github.com/containers/luksy digest to 2cf5bc9
15+
* Make some test files different from each other
16+
* Revert "fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0"
17+
* Also run integration tests with the Sequoia backend
18+
* Allow users to build against podman-sequoia in non-default locations
19+
* fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0
20+
* .cirrus.yml: Test Vendoring bump golang
21+
* vendor: bump go.podman.io/{common,image,storage} to main
22+
* fix(deps): update module golang.org/x/crypto to v0.42.0
23+
* fix(deps): update module github.com/docker/docker to v28.4.0+incompatible
24+
* fix(deps): update module github.com/moby/buildkit to v0.24.0
25+
* fix(deps): update module github.com/spf13/pflag to v1.0.10
26+
* fix(deps): update module github.com/fsouza/go-dockerclient to v1.12.2
27+
* fix(deps): update module github.com/opencontainers/runc to v1.3.1
28+
* fix(deps): update module github.com/opencontainers/cgroups to v0.0.5
29+
* fix(deps): update module golang.org/x/sync to v0.17.0
30+
* tests/run.bats: "run masks" test: accept "unreadable" masked directories
31+
* Run: create parent directories of mount targets with mode 0755
32+
* tests/run.bats: "run masks" test: accept "unreadable" masked directories
33+
* New VM images
34+
* Suppress a linter warning
35+
* modernize: JSON doesn't do "omitempty" structs, so stop asking
36+
* modernize: use maps.Copy() instead of iterating over a map to copy it
37+
* modernize: use strings.CutPrefix/SplitSeq/FieldsSeq
38+
* Update expected/minimum version of Go to 1.24
39+
* chroot: use $PATH when finding commands
40+
* [skip-ci] Update actions/stale action to v10
41+
* Update module github.com/ulikunitz/xz to v0.5.15 [SECURITY]
42+
* Update go.sum
43+
* New VM images
44+
* Update module github.com/openshift/imagebuilder to v1
45+
* Update module github.com/spf13/cobra to v1.10.1
46+
* Switch common, storage and image to monorepo.
47+
* Update module github.com/stretchr/testify to v1.11.1
48+
* Update module go.etcd.io/bbolt to v1.4.3
49+
* Handle tagged+digested references when processing --all-platforms
50+
* Update module github.com/stretchr/testify to v1.11.0
51+
* Add --transient-store global option
52+
* Support "--imagestore" global flags
53+
* Commit: don't depend on MountImage(), because .imagestore
54+
* Adding mohanboddu as community manager to MAINTAINERS.md
55+
* Rework how we decide what to filter out of layer diffs
56+
* Note that we have to build `true` first for the sake of its tests
57+
* copier.Stat(): return owner UID and GID if available
58+
* copier.Get(): ensure that directory entries end in "/"
59+
* copier.Get(): strip user and group names from entries
60+
* imagebuildah.Executor/StageExecutor: check numeric --from= values
61+
* Losen the dependency on go-connections/tlsconfig
62+
* fix(deps): update module golang.org/x/crypto to v0.41.0
63+
* fix(deps): update module golang.org/x/term to v0.34.0
64+
* fix(deps): update module github.com/docker/go-connections to v0.6.0
65+
* fix(deps): update module golang.org/x/sys to v0.35.0
66+
* copy: assume a destination with basename "." is a directory
67+
* generatePathChecksum: ignore ModTime, AccessTime and ChangeTime
68+
* fix(deps): update module github.com/seccomp/libseccomp-golang to v0.11.1
69+
* fix(deps): update module github.com/containers/common to v0.64.1
70+
* History should note unset-label, timestamp, and rewrite-timestamp
71+
* pkg/cli.GenBuildOptions(): don't hardwire optional bools
72+
* fix(deps): update module github.com/containers/image/v5 to v5.36.1
73+
* imagebuildah.StageExecutor.Execute: commit more "no instructions" cases
74+
* fix(deps): update module github.com/containers/storage to v1.59.1
75+
* Only suppress "noted" items when not squashing
76+
* Reap stray processes
77+
* fix(deps): update github.com/containers/luksy digest to 8fccf78
78+
* fix(deps): update module github.com/docker/docker to v28.3.3+incompatible
79+
* Restore the default meaning of `--pull` (should be `always`).
80+
* Test that pulled up parent directories are excluded at commit
81+
* Exclude pulled up parent directories at commit-time
82+
* copier.Ensure(): also return parent directories
83+
* copier.MkdirOptions: add ModTimeNew
84+
* fix(deps): update module github.com/containers/common to v0.64.0
85+
* Bump to Buildah v1.42.0-dev
86+
* fix(deps): update module github.com/spf13/pflag to v1.0.7
87+
* CI: make runc tests non-blocking
88+
* build,add: add support for corporate proxies
89+
190
- Changelog for v1.41.0 (2025-07-16)
291
* Bump to c/storage v1.59.0, c/image v5.36.0, ... c/common v0.64.0
392
* stage_executor: check platform of cache candidates

define/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
// identify working containers.
3030
Package = "buildah"
3131
// Version for the Package. Also used by .packit.sh for Packit builds.
32-
Version = "1.42.0-dev"
32+
Version = "1.43.0-dev"
3333

3434
// DefaultRuntime if containers.conf fails.
3535
DefaultRuntime = "runc"

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ require (
3434
github.com/spf13/pflag v1.0.10
3535
github.com/stretchr/testify v1.11.1
3636
go.etcd.io/bbolt v1.4.3
37-
go.podman.io/common v0.65.1-0.20250916163606-92222dcd3da4
38-
go.podman.io/image/v5 v5.37.1-0.20250916163606-92222dcd3da4
39-
go.podman.io/storage v1.60.1-0.20250916163606-92222dcd3da4
37+
go.podman.io/common v0.66.0
38+
go.podman.io/image/v5 v5.38.0
39+
go.podman.io/storage v1.61.0
4040
golang.org/x/crypto v0.43.0
4141
golang.org/x/sync v0.17.0
4242
golang.org/x/sys v0.37.0
@@ -65,7 +65,7 @@ require (
6565
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6666
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
6767
github.com/distribution/reference v0.6.0 // indirect
68-
github.com/docker/docker-credential-helpers v0.9.3 // indirect
68+
github.com/docker/docker-credential-helpers v0.9.4 // indirect
6969
github.com/felixge/httpsnoop v1.0.4 // indirect
7070
github.com/fsnotify/fsnotify v1.9.0 // indirect
7171
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/mattn/go-runewidth v0.0.16 // indirect
9090
github.com/mattn/go-sqlite3 v1.14.32 // indirect
9191
github.com/miekg/pkcs11 v1.1.1 // indirect
92-
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect
92+
github.com/mistifyio/go-zfs/v3 v3.1.0 // indirect
9393
github.com/moby/docker-image-spec v1.3.1 // indirect
9494
github.com/moby/go-archive v0.1.0 // indirect
9595
github.com/moby/patternmatcher v0.6.0 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ github.com/disiqueira/gotree/v3 v3.0.2 h1:ik5iuLQQoufZBNPY518dXhiO5056hyNBIK9lWh
7272
github.com/disiqueira/gotree/v3 v3.0.2/go.mod h1:ZuyjE4+mUQZlbpkI24AmruZKhg3VHEgPLDY8Qk+uUu8=
7373
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
7474
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
75-
github.com/docker/cli v28.4.0+incompatible h1:RBcf3Kjw2pMtwui5V0DIMdyeab8glEw5QY0UUU4C9kY=
76-
github.com/docker/cli v28.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
75+
github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw59yGVc+yY=
76+
github.com/docker/cli v28.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
7777
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
7878
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
7979
github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM=
8080
github.com/docker/docker v28.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
81-
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
82-
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
81+
github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI=
82+
github.com/docker/docker-credential-helpers v0.9.4/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c=
8383
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
8484
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
8585
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=
@@ -162,8 +162,8 @@ github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuE
162162
github.com/mattn/go-sqlite3 v1.14.32/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
163163
github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=
164164
github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
165-
github.com/mistifyio/go-zfs/v3 v3.0.1 h1:YaoXgBePoMA12+S1u/ddkv+QqxcfiZK4prI6HPnkFiU=
166-
github.com/mistifyio/go-zfs/v3 v3.0.1/go.mod h1:CzVgeB0RvF2EGzQnytKVvVSDwmKJXxkOTUGbNrTja/k=
165+
github.com/mistifyio/go-zfs/v3 v3.1.0 h1:FZaylcg0hjUp27i23VcJJQiuBeAZjrC8lPqCGM1CopY=
166+
github.com/mistifyio/go-zfs/v3 v3.1.0/go.mod h1:CzVgeB0RvF2EGzQnytKVvVSDwmKJXxkOTUGbNrTja/k=
167167
github.com/moby/buildkit v0.25.1 h1:j7IlVkeNbEo+ZLoxdudYCHpmTsbwKvhgc/6UJ/mY/o8=
168168
github.com/moby/buildkit v0.25.1/go.mod h1:phM8sdqnvgK2y1dPDnbwI6veUCXHOZ6KFSl6E164tkc=
169169
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
@@ -195,8 +195,8 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
195195
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
196196
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
197197
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
198-
github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw=
199-
github.com/onsi/ginkgo/v2 v2.25.3/go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE=
198+
github.com/onsi/ginkgo/v2 v2.26.0 h1:1J4Wut1IlYZNEAWIV3ALrT9NfiaGW2cDCJQSFQMs/gE=
199+
github.com/onsi/ginkgo/v2 v2.26.0/go.mod h1:qhEywmzWTBUY88kfO0BRvX4py7scov9yR+Az2oavUzw=
200200
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
201201
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=
202202
github.com/opencontainers/cgroups v0.0.5 h1:DRITAqcOnY0uSBzIpt1RYWLjh5DPDiqUs4fY6Y0ktls=
@@ -317,12 +317,12 @@ go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKr
317317
go.opentelemetry.io/otel/trace v1.36.0/go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA=
318318
go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4=
319319
go.opentelemetry.io/proto/otlp v1.5.0/go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4=
320-
go.podman.io/common v0.65.1-0.20250916163606-92222dcd3da4 h1:YjBqTOxz4cqfpifcd71VoBl1FTQL2U2La5NgMqmRRqU=
321-
go.podman.io/common v0.65.1-0.20250916163606-92222dcd3da4/go.mod h1:DyOdwtkwzYA8lE0TueJnxRju4Lmsrx6ZAC/ATAkYYck=
322-
go.podman.io/image/v5 v5.37.1-0.20250916163606-92222dcd3da4 h1:hfc3lZaxi6KGnWN3IusIaCkcMPR4rTR+vWZzakeD1EA=
323-
go.podman.io/image/v5 v5.37.1-0.20250916163606-92222dcd3da4/go.mod h1:cGWb3IyBziJGxhFikTOlt9Ap+zo6s3rz9Qd1rbzqs4s=
324-
go.podman.io/storage v1.60.1-0.20250916163606-92222dcd3da4 h1:jo0PSKh6muU7rmhXXqOV9aK+HrA8koqs47KhBsZf6LY=
325-
go.podman.io/storage v1.60.1-0.20250916163606-92222dcd3da4/go.mod h1:AeZXAN8Qu1gTlAEHIc6mVhxk+61oMSM3K3iLx5UAQWE=
320+
go.podman.io/common v0.66.0 h1:KElE3HKLFdMdJL+jv5ExBiX2Dh4Qcv8ovmzaBGRsyZM=
321+
go.podman.io/common v0.66.0/go.mod h1:aNd2a0S7pY+fx1X5kpQYuF4hbwLU8ZOccuVrhu7h1Xc=
322+
go.podman.io/image/v5 v5.38.0 h1:aUKrCANkPvze1bnhLJsaubcfz0d9v/bSDLnwsXJm6G4=
323+
go.podman.io/image/v5 v5.38.0/go.mod h1:hSIoIUzgBnmc4DjoIdzk63aloqVbD7QXDMkSE/cvG90=
324+
go.podman.io/storage v1.61.0 h1:5hD/oyRYt1f1gxgvect+8syZBQhGhV28dCw2+CZpx0Q=
325+
go.podman.io/storage v1.61.0/go.mod h1:A3UBK0XypjNZ6pghRhuxg62+2NIm5lcUGv/7XyMhMUI=
326326
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
327327
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
328328
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=

vendor/github.com/mistifyio/go-zfs/v3/utils.go

Lines changed: 41 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.podman.io/common/pkg/config/config.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)