summaryrefslogtreecommitdiffstats
path: root/commands/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server_test.go')
-rw-r--r--commands/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/server_test.go b/commands/server_test.go
index cf790c3fc..010208067 100644
--- a/commands/server_test.go
+++ b/commands/server_test.go
@@ -14,6 +14,7 @@
package commands
import (
+ "context"
"fmt"
"net/http"
"os"
@@ -26,7 +27,6 @@ import (
"github.com/gohugoio/hugo/config"
"github.com/gohugoio/hugo/helpers"
"github.com/gohugoio/hugo/htesting"
- "golang.org/x/net/context"
"golang.org/x/sync/errgroup"
qt "github.com/frankban/quicktest"