From 61daca09bf3b8ecc6504a06fb57f09c4ff07500a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:08:40 +0100 Subject: [PATCH] Bump the gomodupdates group in /providers/ms365 with 1 update (#3172) Bumps the gomodupdates group in /providers/ms365 with 1 update: [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go). Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.31.0...v1.32.0) --- updated-dependencies: - dependency-name: github.com/microsoftgraph/msgraph-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- providers/ms365/go.mod | 4 ++-- providers/ms365/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/ms365/go.mod b/providers/ms365/go.mod index bc14e44408..18d85c50e0 100644 --- a/providers/ms365/go.mod +++ b/providers/ms365/go.mod @@ -12,9 +12,10 @@ require ( github.com/cockroachdb/errors v1.11.1 github.com/microsoft/kiota-abstractions-go v1.5.6 github.com/microsoft/kiota-authentication-azure-go v1.0.2 - github.com/microsoftgraph/msgraph-sdk-go v1.31.0 + github.com/microsoftgraph/msgraph-sdk-go v1.32.0 github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.31.0 + github.com/stretchr/testify v1.8.4 go.mondoo.com/cnquery/v10 v10.1.1 ) @@ -120,7 +121,6 @@ require ( github.com/spf13/afero v1.11.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/std-uritemplate/std-uritemplate/go v0.0.50 // indirect - github.com/stretchr/testify v1.8.4 // indirect go.mondoo.com/ranger-rpc v0.5.3 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect diff --git a/providers/ms365/go.sum b/providers/ms365/go.sum index 53a8f1f3ba..2f4729545d 100644 --- a/providers/ms365/go.sum +++ b/providers/ms365/go.sum @@ -251,8 +251,8 @@ github.com/microsoft/kiota-serialization-multipart-go v1.0.0 h1:3O5sb5Zj+moLBiJy github.com/microsoft/kiota-serialization-multipart-go v1.0.0/go.mod h1:yauLeBTpANk4L03XD985akNysG24SnRJGaveZf+p4so= github.com/microsoft/kiota-serialization-text-go v1.0.0 h1:XOaRhAXy+g8ZVpcq7x7a0jlETWnWrEum0RhmbYrTFnA= github.com/microsoft/kiota-serialization-text-go v1.0.0/go.mod h1:sM1/C6ecnQ7IquQOGUrUldaO5wj+9+v7G2W3sQ3fy6M= -github.com/microsoftgraph/msgraph-sdk-go v1.31.0 h1:nGE5KIwbUa/lxGq268fzA8J/fBsEoeMjjCBaVyrbG+E= -github.com/microsoftgraph/msgraph-sdk-go v1.31.0/go.mod h1:RG6j2rgkyRPyjay5xXiNAFgHeAqdFPlKBidrqI1fCsw= +github.com/microsoftgraph/msgraph-sdk-go v1.32.0 h1:nWhgHiCYAuctf9j/2S84um23tU1fAg+jBoAF5QefoxE= +github.com/microsoftgraph/msgraph-sdk-go v1.32.0/go.mod h1:YDj5bLJkl2kMu50iwG5b3PKGmkUsF26Wto5heVGVfNQ= github.com/microsoftgraph/msgraph-sdk-go-core v1.0.1 h1:uq4qZD8VXLiNZY0t4NoRpLDoEiNYJvAQK3hc0ZMmdxs= github.com/microsoftgraph/msgraph-sdk-go-core v1.0.1/go.mod h1:HUITyuFN556+0QZ/IVfH5K4FyJM7kllV6ExKi2ImKhE= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=