mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
22 lines
690 B
Modula-2
22 lines
690 B
Modula-2
module github.com/sagernet/sing-box
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/database64128/tfo-go v1.0.4
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/sagernet/sing v0.0.0-20220701084654-2a0502dd664e
|
|
github.com/sagernet/sing-shadowsocks v0.0.0-20220701084835-2208da1d8649
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
|
)
|