Skip to content

Commit a4f2d80

Browse files
server: remove deprecated functionality
Signed-off-by: Sohan Kunkerkar <[email protected]>
1 parent e81d411 commit a4f2d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

server/container_create_linux.go

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

0 commit comments

Comments
 (0)