aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-08 08:30:25 -0500
committerGitHub <noreply@github.com>2023-11-08 08:30:25 -0500
commit3bed9ddab0207f8deab48a27b345540f8a3199f0 (patch)
tree6edba9057901c0b7a7bd75f49a6fb8e5ad922926 /go.mod
parent8788240973067b05a0e4b64f3007123b7230031f (diff)
downloadx-3bed9ddab0207f8deab48a27b345540f8a3199f0.tar.xz
x-3bed9ddab0207f8deab48a27b345540f8a3199f0.zip
build(deps): bump github.com/mymmrac/telego from 0.27.0 to 0.27.1 (#484)
* build(deps): bump github.com/mymmrac/telego from 0.27.0 to 0.27.1 Bumps [github.com/mymmrac/telego](https://github.com/mymmrac/telego) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/mymmrac/telego/releases) - [Commits](https://github.com/mymmrac/telego/compare/v0.27.0...v0.27.1) --- updated-dependencies: - dependency-name: github.com/mymmrac/telego dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d552f5f..a3ff4aa 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/kr/pretty v0.3.1
github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775
- github.com/mymmrac/telego v0.27.0
+ github.com/mymmrac/telego v0.27.1
github.com/otiai10/copy v1.14.0
github.com/peterh/liner v1.2.2
github.com/pkg/errors v0.9.1