summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2020-02-07 12:07:54 +0100
committerDimitri Sokolyuk <demon@dim13.org>2020-02-07 12:07:54 +0100
commit336bc0ba47046e1c5095454945d09a2f9661ca06 (patch)
tree407eaff3ee04e4aa0a94f53c969c51f61a59c0c9 /go.mod
parent324cd4d0de0d9a459ee84041307e245bfcc8df16 (diff)
update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 5 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index b568446..513d280 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,11 @@
module dim13.org/bot
require (
- dim13.org/rss v0.0.0-20180126111859-6312ad4bf7e4
- github.com/fluffle/goirc v1.0.1
- github.com/golang/mock v1.3.1 // indirect
- github.com/hashicorp/golang-lru v0.5.1
- golang.org/x/net v0.0.0-20190628185345-da137c7871d7
- golang.org/x/text v0.3.2 // indirect
+ dim13.org/rss v0.0.0-20190706165830-4bd0e355dab2
+ github.com/fluffle/goirc v1.0.2
+ github.com/golang/mock v1.4.0 // indirect
+ github.com/hashicorp/golang-lru v0.5.4
+ golang.org/x/net v0.0.0-20200202094626-16171245cfb2
)
go 1.13