mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
14 lines
344 B
Modula-2
14 lines
344 B
Modula-2
module github.com/sagernet/sing-shadowsocks
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sagernet/sing v0.0.0-20220530041323-c82c144a8e00
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
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
|
|
)
|