소스 검색

Merge pull request #45973 from thaJeztah/20.10_fix_build

[20.10] integration/daemon: fix missing import
Sebastiaan van Stijn 2 년 전
부모
커밋
c0e3253214
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      integration/daemon/daemon_test.go

+ 1 - 0
integration/daemon/daemon_test.go

@@ -2,6 +2,7 @@ package daemon // import "github.com/docker/docker/integration/daemon"
 
 
 import (
 import (
 	"context"
 	"context"
+	"os"
 	"runtime"
 	"runtime"
 	"testing"
 	"testing"