Init commit

This commit is contained in:
世界
2022-06-30 21:27:56 +08:00
commit 60691819b1
39 changed files with 2202 additions and 0 deletions

21
go.mod Normal file
View File

@@ -0,0 +1,21 @@
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-20220701053004-e85528b42fb3
github.com/sagernet/sing-shadowsocks v0.0.0-20220701010118-c2032fe11c46
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
)