Move templates to pkg/templates

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2016-12-12 09:34:03 +01:00
parent a51750a650
commit 26fca512dd
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/docker/docker/cli/command"
"github.com/docker/docker/cli/command/formatter"
"github.com/docker/docker/opts"
"github.com/docker/docker/utils/templates"
"github.com/docker/docker/pkg/templates"
"github.com/spf13/cobra"
)