mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-04-25 04:38:04 +08:00
fix: context import
This commit is contained in:
parent
94a765ee31
commit
4673d2093a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user