Add buffered conn

This commit is contained in:
世界 2022-05-01 09:33:31 +08:00
parent 118c423774
commit 9df018b07f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 121 additions and 8 deletions

5
go.mod
View file

@ -3,7 +3,7 @@ module github.com/sagernet/sing
go 1.18
require (
github.com/cloudflare/cloudflare-go v0.38.0
github.com/cloudflare/cloudflare-go v0.30.0
github.com/go-acme/lego/v4 v4.6.0
github.com/go-resty/resty/v2 v2.7.0
github.com/openacid/low v0.1.21
@ -19,7 +19,7 @@ require (
github.com/vishvananda/netlink v1.1.0
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32
golang.zx2c4.com/wireguard v0.0.0-20220407013110-ef5c587f782d
google.golang.org/protobuf v1.28.0
lukechampine.com/blake3 v1.1.7
@ -30,7 +30,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/kr/text v0.2.0 // indirect