diff options
| author | 2021-06-19 11:18:55 +0200 | |
|---|---|---|
| committer | 2021-06-19 11:18:55 +0200 | |
| commit | aa8a0d08501cbb22400a67ece85c45fdfbdc6131 (patch) | |
| tree | 4a4581fb8f1c9bf8cac742be15d7a57eec170a1b /go.mod | |
| parent | update CONTRIBUTING with css bundling instructions, and go fmt (#48) (diff) | |
| download | gotosocial-aa8a0d08501cbb22400a67ece85c45fdfbdc6131.tar.xz | |
Streaming (#49)
Add new status and notification websocket streaming capabilities
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ require ( github.com/golang/mock v1.5.0 // indirect github.com/google/uuid v1.2.0 github.com/gorilla/sessions v1.2.1 // indirect + github.com/gorilla/websocket v1.4.2 github.com/h2non/filetype v1.1.1 github.com/json-iterator/go v1.1.11 // indirect github.com/leodido/go-urn v1.2.1 // indirect |
