Browse Source

Merge pull request #45973 from thaJeztah/20.10_fix_build

[20.10] integration/daemon: fix missing import
Sebastiaan van Stijn 2 years ago
parent
commit
c0e3253214
1 changed files with 1 additions and 0 deletions
  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 (
 	"context"
+	"os"
 	"runtime"
 	"testing"