Move templates to pkg/templates

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 04f7a03359ac009ad2cd548fa93124a66e880ae5
Component: engine
This commit is contained in:
Vincent Demeester
2016-12-12 09:34:03 +01:00
parent 38517bb088
commit 57d5fc9bfa
11 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@ import (
"bytes"
"github.com/docker/docker/daemon/logger"
"github.com/docker/docker/utils/templates"
"github.com/docker/docker/pkg/templates"
)
// DefaultTemplate defines the defaults template logger should use.