File tree 11 files changed +9
-9
lines changed
daemon/logger/loggerutils
11 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/docker/docker/cli/command"
11
11
"github.com/docker/docker/cli/command/formatter"
12
12
"github.com/docker/docker/opts"
13
- "github.com/docker/docker/utils /templates"
13
+ "github.com/docker/docker/pkg /templates"
14
14
"github.com/spf13/cobra"
15
15
)
16
16
Original file line number Diff line number Diff line change 8
8
"text/tabwriter"
9
9
"text/template"
10
10
11
- "github.com/docker/docker/utils /templates"
11
+ "github.com/docker/docker/pkg /templates"
12
12
)
13
13
14
14
// Format keys used to specify certain kinds of output formats
Original file line number Diff line number Diff line change 9
9
10
10
"github.com/Sirupsen/logrus"
11
11
"github.com/docker/docker/cli"
12
- "github.com/docker/docker/utils /templates"
12
+ "github.com/docker/docker/pkg /templates"
13
13
)
14
14
15
15
// Inspector defines an interface to implement to process elements
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
"testing"
7
7
8
- "github.com/docker/docker/utils /templates"
8
+ "github.com/docker/docker/pkg /templates"
9
9
)
10
10
11
11
type testElement struct {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"github.com/docker/docker/cli/command"
18
18
"github.com/docker/docker/opts"
19
19
"github.com/docker/docker/pkg/jsonlog"
20
- "github.com/docker/docker/utils /templates"
20
+ "github.com/docker/docker/pkg /templates"
21
21
"github.com/spf13/cobra"
22
22
)
23
23
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"github.com/docker/docker/cli/command"
15
15
"github.com/docker/docker/cli/debug"
16
16
"github.com/docker/docker/pkg/ioutils"
17
- "github.com/docker/docker/utils /templates"
17
+ "github.com/docker/docker/pkg /templates"
18
18
"github.com/docker/go-units"
19
19
"github.com/spf13/cobra"
20
20
)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/docker/docker/cli"
12
12
"github.com/docker/docker/cli/command"
13
13
"github.com/docker/docker/dockerversion"
14
- "github.com/docker/docker/utils /templates"
14
+ "github.com/docker/docker/pkg /templates"
15
15
"github.com/spf13/cobra"
16
16
)
17
17
Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
6
6
"github.com/docker/docker/daemon/logger"
7
- "github.com/docker/docker/utils /templates"
7
+ "github.com/docker/docker/pkg /templates"
8
8
)
9
9
10
10
// DefaultTemplate defines the defaults template logger should use.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"strings"
12
12
13
13
"github.com/docker/docker/pkg/aaparser"
14
- "github.com/docker/docker/utils /templates"
14
+ "github.com/docker/docker/pkg /templates"
15
15
)
16
16
17
17
var (
You can’t perform that action at this time.
0 commit comments