aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-22 09:55:08 -0400
committerChristine Dodrill <me@christine.website>2019-10-22 09:55:08 -0400
commit3b0c546e6e4a907cd1e5c31a6697bd3fdd54b77d (patch)
treea71ee35d17abe3a824e902a6f3ca6b55f175ed6b
parent4b60463a042b64f25fc40d740d9fdc14dfe9b1e9 (diff)
downloadx-3b0c546e6e4a907cd1e5c31a6697bd3fdd54b77d.tar.xz
x-3b0c546e6e4a907cd1e5c31a6697bd3fdd54b77d.zip
build(deps): bump github.com/bwmarrin/discordgo from 0.19.0 to 0.20.1 (#45)
Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.19.0 to 0.20.1. - [Release notes](https://github.com/bwmarrin/discordgo/releases) - [Commits](https://github.com/bwmarrin/discordgo/compare/v0.19.0...v0.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index dc6465b..a36f2ca 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/Yawning/bulb v0.0.0-20170405033506-85d80d893c3d
github.com/aclements/go-moremath v0.0.0-20190506201756-286cc0be6f75 // indirect
github.com/birkelund/boltdbcache v1.0.0
- github.com/bwmarrin/discordgo v0.19.0
+ github.com/bwmarrin/discordgo v0.20.1
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/dgryski/go-failure v0.0.0-20151001134759-4963dbd58fd0
diff --git a/go.sum b/go.sum
index 4572f35..8f54d3c 100644
--- a/go.sum
+++ b/go.sum
@@ -13,6 +13,8 @@ github.com/birkelund/boltdbcache v1.0.0 h1:9DlhGw3Gp0DenvEQ7qNVYvz0b4Oi/zAJin+cR
github.com/birkelund/boltdbcache v1.0.0/go.mod h1:WgJWF40tV+4K0Q7MxAPbWEIkgs4AVUB7EyKVds0EgfQ=
github.com/bwmarrin/discordgo v0.19.0 h1:kMED/DB0NR1QhRcalb85w0Cu3Ep2OrGAqZH1R5awQiY=
github.com/bwmarrin/discordgo v0.19.0/go.mod h1:O9S4p+ofTFwB02em7jkpkV8M3R0/PUVOwN61zSZ0r4Q=
+github.com/bwmarrin/discordgo v0.20.1 h1:Ihh3/mVoRwy3otmaoPDUioILBJq4fdWkpsi83oj2Lmk=
+github.com/bwmarrin/discordgo v0.20.1/go.mod h1:O9S4p+ofTFwB02em7jkpkV8M3R0/PUVOwN61zSZ0r4Q=
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2 h1:/BpnZPo/sk1vPlt62dLya5KCn7PN9ZBDrpTGlQzgUZI=
github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2/go.mod h1:7L8gY0+4GYeBc9TvqVuDUq7tXuM6Sj7llnt7HkVwWlQ=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=