mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-01 19:07:39 +03:00
14 lines
262 B
Modula-2
14 lines
262 B
Modula-2
module github.com/sagernet/sing-shadowsocks
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sagernet/sing v0.4.1
|
|
golang.org/x/crypto v0.23.0
|
|
lukechampine.com/blake3 v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
)
|