forked from SagerNet/sing-shadowsocks
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
27 lines (24 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/metacubex/sing-shadowsocks
go 1.18
require (
github.com/RyuaNerin/go-krypto v1.2.4
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344
github.com/ericlagergren/aegis v0.0.0-20230312195928-b4ce538b56f9
github.com/ericlagergren/siv v0.0.0-20220507050439-0b757b3aa5f1
github.com/metacubex/chacha v0.1.0
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7
github.com/sagernet/sing v0.2.18
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c
gitlab.com/go-extension/aes-ccm v0.0.0-20230221065045-e58665ef23c7
golang.org/x/crypto v0.16.0
lukechampine.com/blake3 v1.2.1
)
require (
github.com/ericlagergren/polyval v0.0.0-20220411101811-e25bc10ba391 // indirect
github.com/ericlagergren/subtle v0.0.0-20220507045147-890d697da010 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e // indirect
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
golang.org/x/sys v0.22.0 // indirect
)