mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 03:47:40 +03:00
16 lines
474 B
Modula-2
16 lines
474 B
Modula-2
module github.com/sagernet/sing-shadowsocks
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d
|
|
github.com/sagernet/sing v0.0.0-20220525123305-5b49366f6e34
|
|
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
|
|
golang.zx2c4.com/wireguard v0.0.0-20220407013110-ef5c587f782d
|
|
lukechampine.com/blake3 v1.1.7
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
)
|