fix(shadowsocks): bump from v0.5.0-rc1 to v0.5.0

- treat udp read error as non critical
- log out crash error for tcpudp combined server
This commit is contained in:
Quentin McGaw
2023-11-01 13:38:30 +00:00
parent 3c5b3514fb
commit 26e1c92841
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -16,7 +16,7 @@ require (
github.com/qdm12/gotree v0.2.0
github.com/qdm12/govalid v0.2.0-rc1
github.com/qdm12/log v0.1.0
github.com/qdm12/ss-server v0.5.0-rc1
github.com/qdm12/ss-server v0.5.0
github.com/qdm12/updated v0.0.0-20210603204757-205acfe6937e
github.com/stretchr/testify v1.8.4
github.com/ulikunitz/xz v0.5.11