about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-04-03 02:49:12 -0400
committerBen Morrison <ben@gbmor.dev>2020-04-03 02:49:26 -0400
commit2c19c5e319e595a55f416fe0d706d44fc7e76b3c (patch)
tree05cd064640447b36bbed20f4a4f9c27841013751
parent368446746a04c5651e12b678af58d7c52ff189fe (diff)
downloadgoofbot-2c19c5e319e595a55f416fe0d706d44fc7e76b3c.tar.gz
upgraded girc dep
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 31c1833..0c8e5ad 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module github.com/gbmor/goofbot
 
 go 1.12
 
-require github.com/lrstanley/girc v0.0.0-20190210212025-51b8e096d398
+require github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
diff --git a/go.sum b/go.sum
index 7f2c33d..59abef6 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-github.com/lrstanley/girc v0.0.0-20190210212025-51b8e096d398 h1:a40kRmhA1p2XFJ6gqXfCExSyuDDCp/U9LA8ZY27u2Lk=
-github.com/lrstanley/girc v0.0.0-20190210212025-51b8e096d398/go.mod h1:7cRs1SIBfKQ7e3Tam6GKTILSNHzR862JD0JpINaZoJk=
+github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7 h1:BS9tqL0OCiOGuy/CYYk2gc33fxqaqh5/rhqMKu4tcYA=
+github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7/go.mod h1:liX5MxHPrwgHaKowoLkYGwbXfYABh1jbZ6FpElbGF1I=