diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-22 09:55:08 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-10-22 09:55:08 -0400 |
| commit | 3b0c546e6e4a907cd1e5c31a6697bd3fdd54b77d (patch) | |
| tree | a71ee35d17abe3a824e902a6f3ca6b55f175ed6b | |
| parent | 4b60463a042b64f25fc40d740d9fdc14dfe9b1e9 (diff) | |
| download | x-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.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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= |
