aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/port.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/port.go')
-rw-r--r--cmd/podman/port.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/port.go b/cmd/podman/port.go
index 9082ec25d..e3933f925 100644
--- a/cmd/podman/port.go
+++ b/cmd/podman/port.go
@@ -5,9 +5,9 @@ import (
"strconv"
"strings"
+ "github.com/containers/libpod/cmd/podman/libpodruntime"
+ "github.com/containers/libpod/libpod"
"github.com/pkg/errors"
- "github.com/projectatomic/libpod/cmd/podman/libpodruntime"
- "github.com/projectatomic/libpod/libpod"
"github.com/urfave/cli"
)