Feature: vmess add websocket support

This commit is contained in:
Dreamacro
2018-10-28 23:46:32 +08:00
parent bcba14e05e
commit d2174149c1
5 changed files with 180 additions and 20 deletions

1
go.mod
View File

@ -7,6 +7,7 @@ require (
github.com/go-chi/cors v1.0.0
github.com/go-chi/render v1.0.1
github.com/gofrs/uuid v3.1.0+incompatible
github.com/gorilla/websocket v1.4.0
github.com/oschwald/geoip2-golang v1.2.1
github.com/oschwald/maxminddb-golang v1.3.0 // indirect
github.com/sirupsen/logrus v1.1.0