diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-10 22:02:20 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-10 22:02:20 +0000 |
commit | 2a3cdf7f3d8d7ef3edb547662e4302dbcab97762 (patch) | |
tree | 3ffd548276e4f4900a45ac333cabafff8801b498 /runsc/cmd/gofer.go | |
parent | a4969141930ea0bd8b4b45ba0887713ddd4b572f (diff) | |
parent | 3e8b38d08bbe200a11909bc268e66e4ee1d27d79 (diff) |
Merge release-20200127.0-114-g3e8b38d (automated)
Diffstat (limited to 'runsc/cmd/gofer.go')
-rw-r--r-- | runsc/cmd/gofer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/gofer.go b/runsc/cmd/gofer.go index 7df7995f0..6e06f3c0f 100644 --- a/runsc/cmd/gofer.go +++ b/runsc/cmd/gofer.go @@ -23,7 +23,6 @@ import ( "strings" "syscall" - "flag" "github.com/google/subcommands" specs "github.com/opencontainers/runtime-spec/specs-go" "golang.org/x/sys/unix" @@ -32,6 +31,7 @@ import ( "gvisor.dev/gvisor/pkg/sync" "gvisor.dev/gvisor/pkg/unet" "gvisor.dev/gvisor/runsc/boot" + "gvisor.dev/gvisor/runsc/flag" "gvisor.dev/gvisor/runsc/fsgofer" "gvisor.dev/gvisor/runsc/fsgofer/filter" "gvisor.dev/gvisor/runsc/specutils" |