Imports
- github.com/dgryski/go-camellia
- github.com/tjfoc/gmsm/sm4
- github.com/pierrec/lz4/v4
- github.com/RyuaNerin/go-krypto/aria
- github.com/RyuaNerin/go-krypto/seed
- github.com/google/certificate-transparency-go/x509
- golang.org/x/crypto/blowfish
- golang.org/x/crypto/cast5
- golang.org/x/crypto/chacha20poly1305
- golang.org/x/crypto/ripemd160
- github.com/sagernet/sing/common
- github.com/sagernet/sing/common/buf
- github.com/sagernet/sing/common/exceptions
- github.com/sagernet/sing/common/metadata
- github.com/sagernet/sing/common/network
- github.com/sagernet/sing/common/bufio
- github.com/sagernet/sing/common/logger
- github.com/sagernet/sing/service/filemanager
- github.com/anchore/go-lzo
Imports in module “github.com/sagernet/sing-openvpn”
Standard library imports
- bytes
- context
- crypto
- crypto/aes
- crypto/cipher
- crypto/des
- crypto/ecdsa
- crypto/hmac
- crypto/md5
- crypto/rand
- crypto/rsa
- crypto/sha1
- crypto/sha256
- crypto/sha512
- crypto/tls
- crypto/x509
- crypto/x509/pkix
- encoding/asn1
- encoding/base64
- encoding/binary
- encoding/hex
- encoding/pem
- fmt
- hash
- math
- math/big
- math/bits
- net
- os
- runtime
- sort
- strconv
- strings
- sync
- sync/atomic
- time
- cmp
- net/netip
- slices
- math/rand/v2