Patch Accept for Gin
Closes #166
... | ... | @@ -3,6 +3,7 @@ module nhooyr.io/websocket |
go 1.13 | ||
require ( | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect | ||
github.com/gobwas/pool v0.2.0 // indirect | ||
github.com/gobwas/ws v1.0.2 | ||
... | ... |
Please register or sign in to comment