import: use remote cpu package (#195)

By importing remote cpu package, we save efforts in syncing the cpu package with its upstream.
This commit is contained in:
Gaukas Wang 2023-07-06 15:13:41 -06:00 committed by GitHub
parent c785bd3a1e
commit c90765da0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 19 additions and 1324 deletions

View file

@ -19,7 +19,7 @@ import (
"hash"
"runtime"
"github.com/refraction-networking/utls/cpu"
"golang.org/x/sys/cpu"
"golang.org/x/crypto/chacha20poly1305"
)