diff options
author | Adin Scannell <ascannell@google.com> | 2020-02-10 13:56:17 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-10 13:57:01 -0800 |
commit | 3e8b38d08bbe200a11909bc268e66e4ee1d27d79 (patch) | |
tree | ed72642483ccba12c26aad7501c97fb89ca8e08f /runsc/cmd/spec.go | |
parent | a6f9361c2f7c5b46a200de1dc891a0ce059ad90e (diff) |
Add flag package to limit visibility.
PiperOrigin-RevId: 294297004
Diffstat (limited to 'runsc/cmd/spec.go')
-rw-r--r-- | runsc/cmd/spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/spec.go b/runsc/cmd/spec.go index 344da13ba..8e2b36e85 100644 --- a/runsc/cmd/spec.go +++ b/runsc/cmd/spec.go @@ -20,8 +20,8 @@ import ( "os" "path/filepath" - "flag" "github.com/google/subcommands" + "gvisor.dev/gvisor/runsc/flag" ) var specTemplate = []byte(`{ |