diff options
author | Prateek Sachan <42961174+prateek2211@users.noreply.github.com> | 2020-03-19 15:55:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 10:25:36 +0000 |
commit | dc06c69887f7061411868b3a7a0ee8221a7053e1 (patch) | |
tree | 046a44a855cfa6c0b435414be47c8c77171d01fb /go.mod | |
parent | ec38783192dd551718902719c8446c6cc3942dfa (diff) |
Implement /joined_rooms (#911)
* Implemented /joined_rooms
* Removed account endpoint added by mistake
* trigger ci
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ require ( github.com/tidwall/pretty v1.0.1 // indirect github.com/uber/jaeger-client-go v2.22.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible + go.uber.org/atomic v1.6.0 // indirect golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d gopkg.in/Shopify/sarama.v1 v1.20.1 gopkg.in/h2non/bimg.v1 v1.0.18 |