Skip to content

Commit 27c7c86

Browse files
committed
fix imports in internal/gcs-sidecar/host.go
Signed-off-by: Maksim An <[email protected]>
1 parent a19edd0 commit 27c7c86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/gcs-sidecar/host.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import (
77
"context"
88
"fmt"
99
"io"
10+
"os"
11+
"path/filepath"
1012
"sync"
1113

1214
"github.com/Microsoft/hcsshim/internal/bridgeutils/gcserr"

0 commit comments

Comments
 (0)