From 4673d2093ab46f0a0cc2c3cf5ab580adcd331876 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Sun, 6 Nov 2022 08:43:39 +0800 Subject: [PATCH] fix: context import --- adapter/provider/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/provider/provider.go b/adapter/provider/provider.go index 6656a0f3..b5969071 100644 --- a/adapter/provider/provider.go +++ b/adapter/provider/provider.go @@ -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"