Migrate shadowsocks-2022 to protocol library

This commit is contained in:
世界 2022-05-25 17:25:26 +08:00
parent c375b144f8
commit 79f3057687
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 39 additions and 72 deletions

7
go.mod
View file

@ -16,15 +16,16 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/pires/go-proxyproto v0.6.2
github.com/refraction-networking/utls v1.1.0
github.com/sagernet/sing v0.0.0-20220523024450-2216901ec429
github.com/sagernet/sing v0.0.0-20220525123305-5b49366f6e34
github.com/sagernet/sing-shadowsocks v0.0.0-20220525123814-48809b0a9949
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb
github.com/stretchr/testify v1.7.1
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
github.com/xtls/go v0.0.0-20210920065950-d4af136d3672
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/net v0.0.0-20220524220425-1d687d428aca
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0