address review comments before merge

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-01-10 09:47:19 -06:00
parent 25b34972f4
commit c3956b1974
9 changed files with 16 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
package handlers
import (
"github.com/containers/libpod/pkg/api/handlers/utils"
"net/http"
"strings"
"github.com/containers/libpod/libpod"
"github.com/containers/libpod/libpod/define"
"github.com/containers/libpod/pkg/api/handlers/utils"
"github.com/gorilla/mux"
"github.com/gorilla/schema"
"github.com/pkg/errors"