This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
github.com/fvbommel/sortorder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "github.com/docker/cli/cli/command/formatter"
1010 "github.com/docker/cli/opts"
1111 "github.com/docker/docker/api/types"
12+ "github.com/fvbommel/sortorder"
1213 "github.com/spf13/cobra"
13- "vbom.ml/util/sortorder"
1414)
1515
1616// ListOptions contains options for the docker config ls command.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 "github.com/docker/cli/cli/command/formatter"
1111 "github.com/docker/cli/cli/context/docker"
1212 kubecontext "github.com/docker/cli/cli/context/kubernetes"
13+ "github.com/fvbommel/sortorder"
1314 "github.com/spf13/cobra"
14- "vbom.ml/util/sortorder"
1515)
1616
1717type listOptions struct {
Original file line number Diff line number Diff line change 99 "github.com/docker/cli/cli/command/formatter"
1010 "github.com/docker/cli/opts"
1111 "github.com/docker/docker/api/types"
12+ "github.com/fvbommel/sortorder"
1213 "github.com/spf13/cobra"
13- "vbom.ml/util/sortorder"
1414)
1515
1616type listOptions struct {
Original file line number Diff line number Diff line change 99 "github.com/docker/cli/cli/command/formatter"
1010 "github.com/docker/cli/opts"
1111 "github.com/docker/docker/api/types"
12+ "github.com/fvbommel/sortorder"
1213 "github.com/spf13/cobra"
13- "vbom.ml/util/sortorder"
1414)
1515
1616type listOptions struct {
Original file line number Diff line number Diff line change 88 "github.com/docker/cli/cli/command"
99 "github.com/docker/cli/cli/command/formatter"
1010 "github.com/docker/cli/opts"
11+ "github.com/fvbommel/sortorder"
1112 "github.com/spf13/cobra"
12- "vbom.ml/util/sortorder"
1313)
1414
1515type listOptions struct {
Original file line number Diff line number Diff line change 99 "github.com/docker/cli/cli/command/formatter"
1010 "github.com/docker/cli/opts"
1111 "github.com/docker/docker/api/types"
12+ "github.com/fvbommel/sortorder"
1213 "github.com/spf13/cobra"
13- "vbom.ml/util/sortorder"
1414)
1515
1616type listOptions struct {
Original file line number Diff line number Diff line change @@ -5,15 +5,14 @@ import (
55 "fmt"
66 "sort"
77
8- "vbom.ml/util/sortorder"
9-
108 "github.com/docker/cli/cli"
119 "github.com/docker/cli/cli/command"
1210 "github.com/docker/cli/cli/command/formatter"
1311 "github.com/docker/cli/opts"
1412 "github.com/docker/docker/api/types"
1513 "github.com/docker/docker/api/types/filters"
1614 "github.com/docker/docker/api/types/swarm"
15+ "github.com/fvbommel/sortorder"
1716 "github.com/spf13/cobra"
1817)
1918
Original file line number Diff line number Diff line change 99 "github.com/docker/cli/cli/command/stack/kubernetes"
1010 "github.com/docker/cli/cli/command/stack/options"
1111 "github.com/docker/cli/cli/command/stack/swarm"
12+ "github.com/fvbommel/sortorder"
1213 "github.com/spf13/cobra"
13- "vbom.ml/util/sortorder"
1414)
1515
1616func newListCommand (dockerCli command.Cli , common * commonOptions ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import (
1616 "github.com/docker/cli/opts"
1717 "github.com/docker/docker/api/types/versions"
1818 "github.com/docker/go-units"
19+ "github.com/fvbommel/sortorder"
1920 "github.com/spf13/cobra"
20- "vbom.ml/util/sortorder"
2121)
2222
2323type pruneOptions struct {
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import (
1010 "github.com/docker/cli/cli/command"
1111 "github.com/docker/cli/cli/command/image"
1212 "github.com/docker/cli/cli/trust"
13+ "github.com/fvbommel/sortorder"
1314 "github.com/sirupsen/logrus"
1415 "github.com/theupdateframework/notary"
1516 "github.com/theupdateframework/notary/client"
1617 "github.com/theupdateframework/notary/tuf/data"
17- "vbom.ml/util/sortorder"
1818)
1919
2020// trustTagKey represents a unique signed tag and hex-encoded hash pair
You can’t perform that action at this time.
0 commit comments