From f8c837196d3fae3f2138896864020212e6274f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:45:03 +0000 Subject: [PATCH] Bump github.com/microsoftgraph/msgraph-sdk-go from 1.27.0 to 1.28.0 Bumps [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) from 1.27.0 to 1.28.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.27.0...v1.28.0) --- updated-dependencies: - dependency-name: github.com/microsoftgraph/msgraph-sdk-go 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 c02e4fc..0a77059 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/PaesslerAG/jsonpath v0.1.1 github.com/jessevdk/go-flags v1.5.0 github.com/microsoft/kiota-abstractions-go v1.5.3 - github.com/microsoftgraph/msgraph-sdk-go v1.27.0 + github.com/microsoftgraph/msgraph-sdk-go v1.28.0 github.com/microsoftgraph/msgraph-sdk-go-core v1.0.1 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/webdevops/go-common v0.0.0-20231212211339-afe7e1672aa1 diff --git a/go.sum b/go.sum index e6fac14..4db18d2 100644 --- a/go.sum +++ b/go.sum @@ -107,8 +107,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.27.0 h1:NweNttDzDCnxx0/4SUJAIoCEF5PXJ0z6GawzINCqo1w= -github.com/microsoftgraph/msgraph-sdk-go v1.27.0/go.mod h1:X1YSI/eL/Uc2/5dWf1tgOiINpnV242AbCYbzN42AXxw= +github.com/microsoftgraph/msgraph-sdk-go v1.28.0 h1:WjisgYSVVx0HtHU6EckLog8i0v+i87OpUZgP+wnL2jM= +github.com/microsoftgraph/msgraph-sdk-go v1.28.0/go.mod h1:quVwiVQY6sxPiPR/O0Zli2iqXis1TPQBSEtq/uOcc+4= 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/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=