File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ require (
1919 github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
2020 github.com/containernetworking/cni v1.1.2
2121 github.com/containernetworking/plugins v1.3.0
22- github.com/containers/buildah v1.31.2
2322 github.com/containers/common v0.55.3
2423 github.com/containers/conmon v2.0.20+incompatible
2524 github.com/containers/conmon-rs v0.5.1
@@ -108,6 +107,7 @@ require (
108107 github.com/containerd/go-runc v1.0.0 // indirect
109108 github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
110109 github.com/containerd/typeurl/v2 v2.1.1 // indirect
110+ github.com/containers/buildah v1.31.2 // indirect
111111 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
112112 github.com/containers/psgo v1.8.0 // indirect
113113 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 "strings"
1111 "time"
1212
13- "github.com/containers/buildah/util"
1413 "github.com/containers/common/pkg/subscriptions"
14+ "github.com/containers/common/pkg/util"
1515 "github.com/containers/podman/v4/pkg/rootless"
1616 selinux "github.com/containers/podman/v4/pkg/selinux"
1717 cstorage "github.com/containers/storage"
You can’t perform that action at this time.
0 commit comments