From c3e3dffb0299af7e87db4d8e0f5292b4c63a8e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:16:55 +0000 Subject: [PATCH] Bump github.com/gregdel/pushover from 1.3.0 to 1.3.1 Bumps [github.com/gregdel/pushover](https://github.com/gregdel/pushover) from 1.3.0 to 1.3.1. - [Commits](https://github.com/gregdel/pushover/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: github.com/gregdel/pushover 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 7394052..87a0356 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/SkYNewZ/slog-pushover go 1.21.4 require ( - github.com/gregdel/pushover v1.3.0 + github.com/gregdel/pushover v1.3.1 github.com/samber/slog-common v0.15.2 ) diff --git a/go.sum b/go.sum index 7aedd76..c5303e1 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/gregdel/pushover v1.3.0 h1:CewbxqsThoN/1imgwkDKFkRkltaQMoyBV0K9IquQLtw= -github.com/gregdel/pushover v1.3.0/go.mod h1:EcaO66Nn1StkpEm1iKtBTV3d2A16SoMsVER1PthX7to= +github.com/gregdel/pushover v1.3.1 h1:4bMLITOZ15+Zpi6qqoGqOPuVHCwSUvMCgVnN5Xhilfo= +github.com/gregdel/pushover v1.3.1/go.mod h1:EcaO66Nn1StkpEm1iKtBTV3d2A16SoMsVER1PthX7to= github.com/samber/lo v1.38.1 h1:j2XEAqXKb09Am4ebOg31SpvzUTTs6EN3VfgeLUhPdXM= github.com/samber/lo v1.38.1/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA= github.com/samber/slog-common v0.15.2 h1:jQQK2MzJ1kfEsUyxI/mpwkqB2xI0qCo9Ne1D1yziuP0=