From a455f3f23fba3281e52b14dfd3157818ead35edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:47:06 +0000 Subject: [PATCH] chore(deps): bump the go-non-major group across 1 directory with 7 updates Bumps the go-non-major group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/pulumi/pulumi-azure-native-sdk/authorization/v2](https://github.com/pulumi/pulumi-azure-native-sdk) | `2.63.0` | `2.74.0` | | [github.com/pulumi/pulumi-azure-native-sdk/cdn/v2](https://github.com/pulumi/pulumi-azure-native-sdk) | `2.63.0` | `2.74.0` | | [github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2](https://github.com/pulumi/pulumi-azure-native-sdk) | `2.63.0` | `2.74.0` | | [github.com/pulumi/pulumi-azure-native-sdk/resources/v2](https://github.com/pulumi/pulumi-azure-native-sdk) | `2.63.0` | `2.74.0` | | [github.com/pulumi/pulumi-azure-native-sdk/storage/v2](https://github.com/pulumi/pulumi-azure-native-sdk) | `2.63.0` | `2.74.0` | | [github.com/pulumi/pulumi-azuread/sdk/v5](https://github.com/pulumi/pulumi-azuread) | `5.53.4` | `5.53.5` | Updates `github.com/pulumi/pulumi-azure-native-sdk/authorization/v2` from 2.63.0 to 2.74.0 - [Commits](https://github.com/pulumi/pulumi-azure-native-sdk/compare/v2.63.0...v2.74.0) Updates `github.com/pulumi/pulumi-azure-native-sdk/cdn/v2` from 2.63.0 to 2.74.0 - [Commits](https://github.com/pulumi/pulumi-azure-native-sdk/compare/v2.63.0...v2.74.0) Updates `github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2` from 2.63.0 to 2.74.0 - [Commits](https://github.com/pulumi/pulumi-azure-native-sdk/compare/v2.63.0...v2.74.0) Updates `github.com/pulumi/pulumi-azure-native-sdk/resources/v2` from 2.63.0 to 2.74.0 - [Commits](https://github.com/pulumi/pulumi-azure-native-sdk/compare/v2.63.0...v2.74.0) Updates `github.com/pulumi/pulumi-azure-native-sdk/storage/v2` from 2.63.0 to 2.74.0 - [Commits](https://github.com/pulumi/pulumi-azure-native-sdk/compare/v2.63.0...v2.74.0) Updates `github.com/pulumi/pulumi-azuread/sdk/v5` from 5.53.4 to 5.53.5 - [Release notes](https://github.com/pulumi/pulumi-azuread/releases) - [Changelog](https://github.com/pulumi/pulumi-azuread/blob/master/CHANGELOG_OLD.md) - [Commits](https://github.com/pulumi/pulumi-azuread/compare/v5.53.4...v5.53.5) Updates `github.com/pulumi/pulumi/sdk/v3` from 3.134.0 to 3.141.0 - [Release notes](https://github.com/pulumi/pulumi/releases) - [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md) - [Commits](https://github.com/pulumi/pulumi/compare/v3.134.0...v3.141.0) --- updated-dependencies: - dependency-name: github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-non-major - dependency-name: github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-non-major - dependency-name: github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-non-major - dependency-name: github.com/pulumi/pulumi-azure-native-sdk/resources/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-non-major - dependency-name: github.com/pulumi/pulumi-azure-native-sdk/storage/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-non-major - dependency-name: github.com/pulumi/pulumi-azuread/sdk/v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-non-major - dependency-name: github.com/pulumi/pulumi/sdk/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-non-major ... Signed-off-by: dependabot[bot] --- go.mod | 16 ++++++++-------- go.sum | 32 ++++++++++++++++---------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/go.mod b/go.mod index a35b0de..99da57f 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,15 @@ module elyclover.com-infra go 1.21 require ( - github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.63.0 - github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.63.0 - github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 v2.63.0 - github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.63.0 - github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.63.0 + github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.74.0 + github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.74.0 + github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 v2.74.0 + github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.74.0 + github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.74.0 github.com/pulumi/pulumi-azure/sdk/v5 v5.89.0 - github.com/pulumi/pulumi-azuread/sdk/v5 v5.53.4 + github.com/pulumi/pulumi-azuread/sdk/v5 v5.53.5 github.com/pulumi/pulumi-github/sdk/v5 v5.26.0 - github.com/pulumi/pulumi/sdk/v3 v3.134.0 + github.com/pulumi/pulumi/sdk/v3 v3.141.0 software.sslmate.com/src/go-pkcs12 v0.5.0 ) @@ -67,7 +67,7 @@ require ( github.com/pkg/term v1.1.0 // indirect github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect github.com/pulumi/esc v0.9.1 // indirect - github.com/pulumi/pulumi-azure-native-sdk/v2 v2.63.0 // indirect + github.com/pulumi/pulumi-azure-native-sdk/v2 v2.74.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/rogpeppe/go-internal v1.11.0 // indirect github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect diff --git a/go.sum b/go.sum index d1b22bd..56f94c2 100644 --- a/go.sum +++ b/go.sum @@ -150,26 +150,26 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.63.0 h1:KWebBqHtMSj7ONL+j3RMzEd93O+RGalgueWNjjDeuKQ= -github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.63.0/go.mod h1:ywZaOKzyD3j+DsDjzcMrG4D+sr9cKWTUd49eQmMFku8= -github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.63.0 h1:tbkf+Og0f2KwzIxye1H8SjaHGgCk/ZDHzvh1LI6mR0c= -github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.63.0/go.mod h1:f9YopUwma3F8P7wKORqQz+xNZxNfiBFgui+FOZDdp5I= -github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 v2.63.0 h1:x4oQg/yeVqDRH7smeocRlIoAllLkLXnoRebkVtUrOt0= -github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 v2.63.0/go.mod h1:jOxn8GJ/szZxw5p7U8LAbEHIi0bph/CUhvCLkXFgOuw= -github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.63.0 h1:yJ2w6xf/QARovbUTvszXG9WEeuTQ7FSh6e6PXkFNG6I= -github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.63.0/go.mod h1:9zxbrmSu1eQweb10LNfIDhSxvbX/QRRUcAyZz3UkYNc= -github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.63.0 h1:O7PhzxDULDx+jxvZHSf1zYftOn3FqWi43zvYKxdCKaE= -github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.63.0/go.mod h1:YPwVihaL34au9AW0BpvkP0Eslp180oQDUdhZueWMQ0s= -github.com/pulumi/pulumi-azure-native-sdk/v2 v2.63.0 h1:KwPACwe/CE8rJQT0h4yx3qJ22ykHGYWYJvJfS/m5soc= -github.com/pulumi/pulumi-azure-native-sdk/v2 v2.63.0/go.mod h1:BpnVeRZquf4uRl3pu+SbnijGIKqc5pDu6pipLcNJT+k= +github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.74.0 h1:vSIgrEUUaQjONxe2B8zC7qqCLHdXC+k+mO3Osuwwr5A= +github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.74.0/go.mod h1:+yqyop8HBdDppDCMBtoPcFj2+ozTWwQ3ZlrOjmgOoFo= +github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.74.0 h1:UgDy4F1decbWgwUYwnO/0trI81O/DgM8snhjSYBnjpw= +github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.74.0/go.mod h1:GEfFbOljrZaLJ+Gosnjchvd2QMmlBAfXDUmsR8GvGTc= +github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 v2.74.0 h1:DtTd4jodpRHX62elq714jjCxA/FJfAEL6YloWNTzuqs= +github.com/pulumi/pulumi-azure-native-sdk/keyvault/v2 v2.74.0/go.mod h1:v+ZGbz+grzAwv/db0YeMCQdiu7qOWkskoPVkaXQ7VQs= +github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.74.0 h1:nozeYNRjSrKfRO4n2bZX/PTWJGx9dnaBWxZZs+kwakY= +github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.74.0/go.mod h1:SA+wux1cJuehsgYkcSdabc9iygvcO9M+XiHa6zdkUkY= +github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.74.0 h1:+kE6CJpCLInczJMduARW4g1cIgNr9zqqxftlhLDCR9M= +github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.74.0/go.mod h1:46qr3v1JvZ7jePip/O+NWX960irm7/UDoirDomkpRuI= +github.com/pulumi/pulumi-azure-native-sdk/v2 v2.74.0 h1:f1CEIDEtb9WDHyHbQOkCsY6vdslnry3hhS0/f5YUXNI= +github.com/pulumi/pulumi-azure-native-sdk/v2 v2.74.0/go.mod h1:bsBLkuMB39LhpsP/M9zVRrz8ICEWwWNL9NDdXjfURVc= github.com/pulumi/pulumi-azure/sdk/v5 v5.89.0 h1:pFvMC1CxlBMyuGfFjkUQa6IOf7gDLdCSlm403mvalSw= github.com/pulumi/pulumi-azure/sdk/v5 v5.89.0/go.mod h1:tLdvJc363F0C07LR1BEs24Vh5g/yMno1atVIIjOuZms= -github.com/pulumi/pulumi-azuread/sdk/v5 v5.53.4 h1:rA43p51G2rxtaR/G5R/EPFBzrmlDUY+BdYGDOVttbrA= -github.com/pulumi/pulumi-azuread/sdk/v5 v5.53.4/go.mod h1:f78EdSuufLXRuuU+poMgrWO5GjjGSThKwimw7OFssZA= +github.com/pulumi/pulumi-azuread/sdk/v5 v5.53.5 h1:jjZHzOz536u3IhM8vKCcnhizLvJS6pCfclfP/+eeB4A= +github.com/pulumi/pulumi-azuread/sdk/v5 v5.53.5/go.mod h1:f78EdSuufLXRuuU+poMgrWO5GjjGSThKwimw7OFssZA= github.com/pulumi/pulumi-github/sdk/v5 v5.26.0 h1:EfBWHimefvHfgyucGfiN1T0x2MR1jf1513IPzLMi+xM= github.com/pulumi/pulumi-github/sdk/v5 v5.26.0/go.mod h1:6711hFgixjeEkcP2mV5HuXAJ5Pw55kEymLZ/PdeldbI= -github.com/pulumi/pulumi/sdk/v3 v3.134.0 h1:jnkRmtB/2Swkdj6b6CdtbDlCVLZTPCqINi8slnN7I/I= -github.com/pulumi/pulumi/sdk/v3 v3.134.0/go.mod h1:J5kQEX8v87aeUhk6NdQXnjCo1DbiOnOiL3Sf2DuDda8= +github.com/pulumi/pulumi/sdk/v3 v3.141.0 h1:ojJlof5h2ZoqxSgpEKXJzW1efUtHAKdzdqj6v5R2wTA= +github.com/pulumi/pulumi/sdk/v3 v3.141.0/go.mod h1:PvKsX88co8XuwuPdzolMvew5lZV+4JmZfkeSjj7A6dI= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=