diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-29 09:49:38 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-29 09:49:45 -0400 |
commit | 127400880a1a3d53d4d4eb454cc9f35ddc89e79a (patch) | |
tree | 4ff587426447207a165b4e01d8cea1a8aaa7293e /pkg/domain/entities/system.go | |
parent | ac3499cc9605dd2c7bfccedd6f9a95c7bc0dd9ad (diff) | |
download | podman-127400880a1a3d53d4d4eb454cc9f35ddc89e79a.tar.gz podman-127400880a1a3d53d4d4eb454cc9f35ddc89e79a.tar.bz2 podman-127400880a1a3d53d4d4eb454cc9f35ddc89e79a.zip |
[NO TESTS NEEDED] Shrink the size of podman-remote
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/domain/entities/system.go')
-rw-r--r-- | pkg/domain/entities/system.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/entities/system.go b/pkg/domain/entities/system.go index 4b8383613..1a671d59e 100644 --- a/pkg/domain/entities/system.go +++ b/pkg/domain/entities/system.go @@ -5,7 +5,7 @@ import ( "github.com/containers/podman/v3/libpod/define" "github.com/containers/podman/v3/pkg/domain/entities/reports" - "github.com/docker/docker/api/types" + "github.com/containers/podman/v3/pkg/domain/entities/types" "github.com/spf13/cobra" ) |