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

@ -6,7 +6,7 @@ import (
"strings"
"time"
tls "github.com/jiwu-moz/utls"
tls "github.com/mozilla-fakespot/utls"
)
type ClientSessionCache struct {