From fe26777866f2044959be2f818827285b086e0802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:40:53 +0000 Subject: [PATCH] gomod(deps): bump github.com/arran4/golang-ical from 0.2.3 to 0.2.8 Bumps [github.com/arran4/golang-ical](https://github.com/arran4/golang-ical) from 0.2.3 to 0.2.8. - [Release notes](https://github.com/arran4/golang-ical/releases) - [Commits](https://github.com/arran4/golang-ical/compare/v0.2.3...v0.2.8) --- updated-dependencies: - dependency-name: github.com/arran4/golang-ical 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 f45ef65..84bcfd3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module hwrbot go 1.19 require ( - github.com/arran4/golang-ical v0.2.3 + github.com/arran4/golang-ical v0.2.8 github.com/bwmarrin/discordgo v0.27.1 github.com/go-co-op/gocron v1.37.0 github.com/joho/godotenv v1.5.1 diff --git a/go.sum b/go.sum index 8096b4d..b973344 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/arran4/golang-ical v0.2.3 h1:C4Vj7+BjJBIrAJhHgi6Ku+XUkQVugRq4re5Cqj5QVdE= -github.com/arran4/golang-ical v0.2.3/go.mod h1:RqMuPGmwRRwjkb07hmm+JBqcWa1vF1LvVmPtSZN2OhQ= +github.com/arran4/golang-ical v0.2.8 h1:8lsFcfQqzg0gBpIxq7fWr4RV+8SVENLMXpSic5xsFUs= +github.com/arran4/golang-ical v0.2.8/go.mod h1:RqMuPGmwRRwjkb07hmm+JBqcWa1vF1LvVmPtSZN2OhQ= github.com/bwmarrin/discordgo v0.27.1 h1:ib9AIc/dom1E/fSIulrBwnez0CToJE113ZGt4HoliGY= github.com/bwmarrin/discordgo v0.27.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=