From b0e35c909bda87a5eadef7f4e7bdb9d29655b978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:49:29 +0000 Subject: [PATCH] Bump github.com/adlio/trello from 1.10.0 to 1.11.0 Bumps [github.com/adlio/trello](https://github.com/adlio/trello) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/adlio/trello/releases) - [Commits](https://github.com/adlio/trello/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/adlio/trello dependency-type: direct:production update-type: version-update:semver-minor ... 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 d22b850..d621395 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/LostPetInitiative/TrelloBoardMaintainer go 1.19 -require github.com/adlio/trello v1.10.0 +require github.com/adlio/trello v1.11.0 require ( github.com/pkg/errors v0.8.1 // indirect diff --git a/go.sum b/go.sum index 0a26992..74cb0da 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/adlio/trello v1.10.0 h1:ia/rzoBwJJKr4IqnMlrU6n09CVqeyaahSkEVcV5/gPc= -github.com/adlio/trello v1.10.0/go.mod h1:I4Lti4jf2KxjTNgTqs5W3lLuE78QZZdYbbPnQQGwjOo= +github.com/adlio/trello v1.11.0 h1:PGpwpRZcRiVhsG7VEHb2GWKw4R2ZxB9nc6cMI/7mLD8= +github.com/adlio/trello v1.11.0/go.mod h1:I4Lti4jf2KxjTNgTqs5W3lLuE78QZZdYbbPnQQGwjOo= github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e h1:EHBhcS0mlXEAVwNyO2dLfjToGsyY4j24pTs2ScHnX7s=