adjusted imports and module for replaceable fork

This commit is contained in:
Jian Wu 2025-01-13 15:21:13 -05:00
parent f83e29e839
commit 707b70b5d9
17 changed files with 21 additions and 20 deletions

View file

@ -10,7 +10,7 @@ import (
"net/url"
"time"
tls "github.com/refraction-networking/utls"
tls "github.com/jiwu-moz/utls"
"golang.org/x/net/http2"
)