Remove unused package

This commit is contained in:
风扇滑翔翼
2025-08-10 11:29:55 +00:00
committed by GitHub
parent 68ae33c9e5
commit b7be7807ac
6 changed files with 2 additions and 11 deletions

View File

@@ -1,11 +1,9 @@
package kcp
import (
"crypto/aes"
"crypto/cipher"
"crypto/sha256"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/crypto"
)