Skip to content

Commit 0e5d055

Browse files
committed
Import ommisions
1 parent 03d93b9 commit 0e5d055

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

implant/sliver/handlers/handlers_darwin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ package handlers
2020

2121
import (
2222
"os"
23+
"os/user"
2324
"syscall"
25+
"strconv"
2426
"github.com/bishopfox/sliver/implant/sliver/extension"
2527
"github.com/bishopfox/sliver/protobuf/commonpb"
2628
pb "github.com/bishopfox/sliver/protobuf/sliverpb"

implant/sliver/handlers/handlers_generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package handlers
2727
*/
2828

2929
import (
30-
"import os"
30+
"os"
3131
"github.com/bishopfox/sliver/protobuf/sliverpb"
3232
)
3333

0 commit comments

Comments
 (0)