summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2021-07-12 11:43:22 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-07-13 13:40:57 +0200
commit01c27150b773b578a24096caf5fa618ae3b19aa6 (patch)
tree58da8b4371b3c4e528c7e338d73d022a383a4f09 /go.mod
parentSort channel members by name (diff)
Ratelimit +typing and send +typing=done once only
Fixes: #8 Fixes: #41
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6fa2d6d..88f4550 100644
--- a/go.mod
+++ b/go.mod
@@ -6,5 +6,6 @@ require (
github.com/gdamore/tcell/v2 v2.3.11
github.com/mattn/go-runewidth v0.0.10
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
+ golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
gopkg.in/yaml.v2 v2.3.0
)