This commit is contained in:
wenyifan
2022-10-14 15:49:19 +08:00
parent a6bf1c0e7d
commit 91ac6f7e17
5 changed files with 77 additions and 6 deletions

5
go.mod
View File

@ -3,10 +3,15 @@ module shadowTLS
go 1.18
require (
github.com/refraction-networking/utls v1.1.3
github.com/spf13/cobra v1.5.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)