about summary refs log tree commit diff
path: root/fun/clbot/go.mod
diff options
context:
space:
mode:
authorLuke Granger-Brown <hg@lukegb.com>2020-06-14T20·51+0100
committerlukegb <lukegb@tvl.fyi>2020-06-16T12·10+0000
commitb6ae678335c55b88d690177b470ca440b66fd3b3 (patch)
tree3b68cfbc0cee87ef4ed47fabc0367bbf0c570fbe /fun/clbot/go.mod
parent098bbb4d67a0df8d191ba9a8665b86e8dbad7759 (diff)
feat(clbot): Add IRC support to the IRC bot. r/990
Change-Id: I183488824882750c46e7216b98ab48e1d8f48096
Reviewed-on: https://cl.tvl.fyi/c/depot/+/343
Reviewed-by: eta <eta@theta.eu.org>
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'fun/clbot/go.mod')
-rw-r--r--fun/clbot/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/fun/clbot/go.mod b/fun/clbot/go.mod
index f954c752cb..f1e366ba9d 100644
--- a/fun/clbot/go.mod
+++ b/fun/clbot/go.mod
@@ -4,8 +4,9 @@ go 1.14
 
 require (
 	github.com/cenkalti/backoff/v4 v4.0.2
-	github.com/davecgh/go-spew v1.1.1
+	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
 	github.com/google/go-cmp v0.4.1
 	golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
+	gopkg.in/irc.v3 v3.1.3
 )