Fix: chacha20 cipher in shadowsocks

This commit is contained in:
Dreamacro
2018-10-19 19:11:26 +08:00
parent 94d1972782
commit 82343c70e9
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,7 +1,7 @@
module github.com/Dreamacro/clash
require (
github.com/Dreamacro/go-shadowsocks2 v0.1.2-0.20181016063207-89bf7cffdaf4
github.com/Dreamacro/go-shadowsocks2 v0.1.2-0.20181019110427-0a03f1a25270
github.com/eapache/queue v1.1.0 // indirect
github.com/go-chi/chi v3.3.3+incompatible
github.com/go-chi/cors v1.0.0