From 67eb1a175a599620243a05203787057916ae1781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:04:23 +0000 Subject: [PATCH] chore(deps): bump github.com/disgoorg/disgo Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.17.2-0.20240210224817-b4099f060af1 to 0.17.2. - [Release notes](https://github.com/disgoorg/disgo/releases) - [Commits](https://github.com/disgoorg/disgo/commits/v0.17.2) --- updated-dependencies: - dependency-name: github.com/disgoorg/disgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5aa3622..c7b68fc 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module flag-mashup go 1.22 require ( - github.com/disgoorg/disgo v0.17.2-0.20240210224817-b4099f060af1 + github.com/disgoorg/disgo v0.17.2 github.com/lmittmann/tint v1.0.4 github.com/mlnrDev/mashup v0.0.0-20240210184202-6111814e5ae0 golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 diff --git a/go.sum b/go.sum index 26389ab..205faf7 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/disgoorg/disgo v0.17.2-0.20240210224817-b4099f060af1 h1:gL+sutKPS3CDPuejUFAGnfwOWqz0j9bqES3faZuNjmU= -github.com/disgoorg/disgo v0.17.2-0.20240210224817-b4099f060af1/go.mod h1:8r3h9fXSz7BbACxLPsPbtB6LX8gaQFUETgPKV/0gAKQ= +github.com/disgoorg/disgo v0.17.2 h1:RxiLq8guMtk+9tArFwve02iya2APQ9yZVtV30ySKNtw= +github.com/disgoorg/disgo v0.17.2/go.mod h1:8r3h9fXSz7BbACxLPsPbtB6LX8gaQFUETgPKV/0gAKQ= github.com/disgoorg/json v1.1.0 h1:7xigHvomlVA9PQw9bMGO02PHGJJPqvX5AnwlYg/Tnys= github.com/disgoorg/json v1.1.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA= github.com/disgoorg/snowflake/v2 v2.0.1 h1:CuUxGLwggUxEswZOmZ+mZ5i0xSumQdXW9tXW7uGqe+0=