From e90c1c81b003d3f62accea294108b9904cc6c054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 07:01:42 +0000 Subject: [PATCH] Bump github.com/palantir/go-githubapp from 0.12.0 to 0.12.1 Bumps [github.com/palantir/go-githubapp](https://github.com/palantir/go-githubapp) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/palantir/go-githubapp/releases) - [Commits](https://github.com/palantir/go-githubapp/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: github.com/palantir/go-githubapp 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 72f5e1df..c484ed7e 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.18.1 - github.com/palantir/go-githubapp v0.12.0 + github.com/palantir/go-githubapp v0.12.1 github.com/redhat-cop/operator-utils v1.3.2 github.com/stretchr/testify v1.7.1 github.com/thoas/go-funk v0.9.2 diff --git a/go.sum b/go.sum index 799fcce9..7eae5e16 100644 --- a/go.sum +++ b/go.sum @@ -449,8 +449,8 @@ github.com/onsi/gomega v1.18.1/go.mod h1:0q+aL8jAiMXy9hbwj2mr5GziHiwhAIQpFmmtT5h github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/palantir/go-baseapp v0.3.1/go.mod h1:szWYw8mEiUiRFE01yLY2xmnGLjb7dkW889tch+zPs5Y= -github.com/palantir/go-githubapp v0.12.0 h1:qvTX5L1+X7R41Kwk71q8HK2PeP8HglRZN6OFwQBLAbY= -github.com/palantir/go-githubapp v0.12.0/go.mod h1:KOxhZS+Uge+c7f3tcsl0bxxx6DmkYrVskvbtoKzejqw= +github.com/palantir/go-githubapp v0.12.1 h1:MXfue8gykIGehZtLU89S2bHTYK1V9PABcQDfjQQ9FKs= +github.com/palantir/go-githubapp v0.12.1/go.mod h1:KOxhZS+Uge+c7f3tcsl0bxxx6DmkYrVskvbtoKzejqw= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=