From 0f01bd46374b13cdc5d7925c913bba777a58bb5b Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Sat, 18 Feb 2023 23:56:08 +0200 Subject: server: Replace golang.org/x/net/context with context --- commands/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3