Internal change.

PiperOrigin-RevId: 223231273
Change-Id: I8fb97ea91f7507b4918f7ce6562890611513fc30
This commit is contained in:
Googler 2018-11-28 14:00:54 -08:00 committed by Shentubot
parent 7b86d36a63
commit 4d0da37cbb
20 changed files with 20 additions and 16 deletions

View File

@ -15,12 +15,12 @@
package cmd
import (
"context"
"os"
"runtime/debug"
"strings"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
specs "github.com/opencontainers/runtime-spec/specs-go"

View File

@ -15,11 +15,11 @@
package cmd
import (
"context"
"os"
"path/filepath"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"

View File

@ -16,6 +16,7 @@ package cmd
import (
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -15,9 +15,9 @@
package cmd
import (
"context"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"

View File

@ -15,10 +15,10 @@
package cmd
import (
"context"
"fmt"
"os"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"

View File

@ -15,11 +15,11 @@
package cmd
import (
"context"
"encoding/json"
"os"
"time"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"

View File

@ -15,6 +15,7 @@
package cmd
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
@ -26,7 +27,6 @@ import (
"syscall"
"time"
"context"
"flag"
"github.com/google/subcommands"
specs "github.com/opencontainers/runtime-spec/specs-go"

View File

@ -15,11 +15,11 @@
package cmd
import (
"context"
"os"
"sync"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
specs "github.com/opencontainers/runtime-spec/specs-go"

View File

@ -15,12 +15,12 @@
package cmd
import (
"context"
"fmt"
"strconv"
"strings"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
"golang.org/x/sys/unix"

View File

@ -15,13 +15,13 @@
package cmd
import (
"context"
"encoding/json"
"fmt"
"os"
"text/tabwriter"
"time"
"context"
"flag"
"github.com/google/subcommands"
specs "github.com/opencontainers/runtime-spec/specs-go"

View File

@ -16,6 +16,7 @@ package cmd
import (
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -15,10 +15,10 @@
package cmd
import (
"context"
"path/filepath"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -16,6 +16,7 @@ package cmd
import (
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -15,9 +15,9 @@
package cmd
import (
"context"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -15,11 +15,11 @@
package cmd
import (
"context"
"io/ioutil"
"os"
"path/filepath"
"context"
"flag"
"github.com/google/subcommands"
)

View File

@ -16,6 +16,7 @@ package cmd
import (
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -15,10 +15,10 @@
package cmd
import (
"context"
"encoding/json"
"os"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/pkg/log"

View File

@ -15,11 +15,11 @@
package cmd
import (
"context"
"encoding/json"
"os"
"syscall"
"context"
"flag"
"github.com/google/subcommands"
"gvisor.googlesource.com/gvisor/runsc/boot"

View File

@ -17,13 +17,13 @@
package main
import (
"context"
"io"
"os"
"path/filepath"
"strings"
"syscall"
"context"
"flag"
"github.com/google/subcommands"

View File

@ -16,13 +16,13 @@
package main
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
"log"
"os"
"context"
"flag"
"github.com/google/subcommands"
)