fix filepath undefined

This commit is contained in:
gVisor bot 2022-08-02 17:13:10 +08:00
parent 31d17d28d3
commit 278a5a16a1

View File

@ -8,6 +8,7 @@ import (
"net/netip"
"os"
"path"
"path/filepath"
"runtime"
"strings"
"syscall"