diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-26 09:13:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 09:13:02 -0500 |
| commit | 76c2a0ad8041537b6f894557c729e80205d202bb (patch) | |
| tree | 801c6a68d2d3b75683a14ead859849588fc85c53 | |
| parent | f622f7774ad5eb7d7f0a34a3b6dd104d26c5ea0f (diff) | |
| download | x-76c2a0ad8041537b6f894557c729e80205d202bb.tar.xz x-76c2a0ad8041537b6f894557c729e80205d202bb.zip | |
build(deps): bump github.com/bwmarrin/discordgo from 0.26.1 to 0.27.0 (#224)
Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.26.1 to 0.27.0.
- [Release notes](https://github.com/bwmarrin/discordgo/releases)
- [Commits](https://github.com/bwmarrin/discordgo/compare/v0.26.1...v0.27.0)
---
updated-dependencies:
- dependency-name: github.com/bwmarrin/discordgo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ require ( cirello.io/goherokuname v0.0.0-20190914093443-b436bae8c2c5 github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6 github.com/aws/aws-sdk-go v1.44.180 - github.com/bwmarrin/discordgo v0.26.1 + github.com/bwmarrin/discordgo v0.27.0 github.com/chai2010/webp v1.1.1 github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd github.com/disintegration/imaging v1.6.1 @@ -75,8 +75,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.11.1/go.mod h1:UV2N5HaPfdbDpkgkz4sRz github.com/aws/smithy-go v1.9.0/go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E= github.com/aws/smithy-go v1.13.2 h1:TBLKyeJfXTrTXRHmsv4qWt9IQGYyWThLYaJWSahTOGE= github.com/aws/smithy-go v1.13.2/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= -github.com/bwmarrin/discordgo v0.26.1 h1:AIrM+g3cl+iYBr4yBxCBp9tD9jR3K7upEjl0d89FRkE= -github.com/bwmarrin/discordgo v0.26.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= +github.com/bwmarrin/discordgo v0.27.0 h1:4ZK9KN+rGIxZ0fdGTmgdCcliQeW8Zhu6MnlFI92nf0Q= +github.com/bwmarrin/discordgo v0.27.0/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/chai2010/webp v1.1.1 h1:jTRmEccAJ4MGrhFOrPMpNGIJ/eybIgwKpcACsrTEapk= github.com/chai2010/webp v1.1.1/go.mod h1:0XVwvZWdjjdxpUEIf7b9g9VkHFnInUSYujwqTLEuldU= |
