switching module names for proper import

This commit is contained in:
Jian Wu 2025-01-21 17:57:54 -05:00
parent 707b70b5d9
commit 1fe94aad7e
No known key found for this signature in database
GPG key ID: 5067342FD19B4937
17 changed files with 21 additions and 21 deletions

View file

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