mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
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:
parent
c785bd3a1e
commit
c90765da0c
32 changed files with 19 additions and 1324 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
"hash"
|
||||
"runtime"
|
||||
|
||||
"github.com/refraction-networking/utls/cpu"
|
||||
"golang.org/x/sys/cpu"
|
||||
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue