server: Replace golang.org/x/net/context with context

This commit is contained in:
Oleksandr Redko 2023-02-18 23:56:08 +02:00 committed by Bjørn Erik Pedersen
parent d171d1543d
commit 0f01bd4637

View file

@ -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"