This commit is contained in:
wenyifan
2022-09-01 15:24:36 +08:00
commit 7213e64b89
15 changed files with 631 additions and 0 deletions

13
go.mod Normal file
View File

@ -0,0 +1,13 @@
module shadowTLS
go 1.18
require (
github.com/spf13/cobra v1.5.0
github.com/xtaci/smux v1.5.16
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)