From 68cced5ccb95b6c4acd39d154321a24c48b18f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:07:47 +0000 Subject: [PATCH] feat(deps): bump github.com/pulumi/pulumi-github/sdk/v5 Bumps [github.com/pulumi/pulumi-github/sdk/v5](https://github.com/pulumi/pulumi-github) from 5.15.0 to 5.16.0. - [Release notes](https://github.com/pulumi/pulumi-github/releases) - [Changelog](https://github.com/pulumi/pulumi-github/blob/master/CHANGELOG_OLD.md) - [Commits](https://github.com/pulumi/pulumi-github/compare/v5.15.0...v5.16.0) --- updated-dependencies: - dependency-name: github.com/pulumi/pulumi-github/sdk/v5 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 a8f86f3..bda31d6 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module pulumi-github go 1.20 require ( - github.com/pulumi/pulumi-github/sdk/v5 v5.15.0 + github.com/pulumi/pulumi-github/sdk/v5 v5.16.0 github.com/pulumi/pulumi/sdk/v3 v3.78.1 ) diff --git a/go.sum b/go.sum index a787ef6..596d5a0 100644 --- a/go.sum +++ b/go.sum @@ -113,8 +113,8 @@ github.com/pkg/term v1.1.0 h1:xIAAdCMh3QIAy+5FrE8Ad8XoDhEU4ufwbaSozViP9kk= github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/pulumi/pulumi-github/sdk/v5 v5.15.0 h1:CLqaeGJa6m4oijtUx0qm5ekufm19zaWcSQbk+uAWW7I= -github.com/pulumi/pulumi-github/sdk/v5 v5.15.0/go.mod h1:yHhfqbTKeN6h8neg8xh22eGiQil448iubOT3zuyDmMg= +github.com/pulumi/pulumi-github/sdk/v5 v5.16.0 h1:u/JbAs9dBFaM3x2QY/z6Rsadan9I4SQlEuEDfrDyBNU= +github.com/pulumi/pulumi-github/sdk/v5 v5.16.0/go.mod h1:9H+6pIteYTNayfIhiBH0pBdxCmvSt4uIeCcrfqK0Hgc= github.com/pulumi/pulumi/sdk/v3 v3.78.1 h1:itSfMcILvEq5wOpGEAzeZdpH973yJ4sRn02nx5SCJHM= github.com/pulumi/pulumi/sdk/v3 v3.78.1/go.mod h1:FEFictCHoa8CYzKDSc0t9ErrNiaO9n7pChreLQLDH+M= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=