fix: context import

This commit is contained in:
gVisor bot 2022-11-06 08:43:39 +08:00
parent 8ce75d0eaa
commit 6a631ed31d

View file

@ -1,6 +1,7 @@
package provider
import (
"context"
"encoding/json"
"errors"
"fmt"
@ -9,7 +10,6 @@ import (
"github.com/Dreamacro/clash/component/resource"
"github.com/Dreamacro/clash/log"
"github.com/dlclark/regexp2"
"golang.org/x/net/context"
"net/http"
"runtime"
"strings"