Skip to content

Commit 6f2ee30

Browse files
Bump github.com/microsoftgraph/msgraph-sdk-go (#5000)
Bumps the go-deps group with 1 update in the /v2 directory: [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go). Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-go@v1.87.0...v1.88.0) --- updated-dependencies: - dependency-name: github.com/microsoftgraph/msgraph-sdk-go dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fe139d commit 6f2ee30

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

v2/cmd/asoctl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ require (
106106
github.com/microsoft/kiota-serialization-json-go v1.1.2 // indirect
107107
github.com/microsoft/kiota-serialization-multipart-go v1.1.2 // indirect
108108
github.com/microsoft/kiota-serialization-text-go v1.1.3 // indirect
109-
github.com/microsoftgraph/msgraph-sdk-go v1.87.0 // indirect
109+
github.com/microsoftgraph/msgraph-sdk-go v1.88.0 // indirect
110110
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 // indirect
111111
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
112112
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect

v2/cmd/asoctl/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ github.com/microsoftgraph/msgraph-sdk-go v1.86.0 h1:kZSIJuRoP9BUD8xsWL6sk82ThsGh
220220
github.com/microsoftgraph/msgraph-sdk-go v1.86.0/go.mod h1:h2fx0PGMpIfVX8u5nWTVXmTKTYzIR/uOwZQnX4ixwcM=
221221
github.com/microsoftgraph/msgraph-sdk-go v1.87.0 h1:N+BSwQggS4aC/WsImtwJ+FijMUm4RisOvYQx7j5PGtk=
222222
github.com/microsoftgraph/msgraph-sdk-go v1.87.0/go.mod h1:UdZWxbZiFvjPug9DYayD90JNiHjXyNRA39lEpcy3Kms=
223+
github.com/microsoftgraph/msgraph-sdk-go v1.88.0 h1:X/QGbaWopnz+BNi2loQedf6A5RP6xFadyNOl6GYA41E=
224+
github.com/microsoftgraph/msgraph-sdk-go v1.88.0/go.mod h1:UdZWxbZiFvjPug9DYayD90JNiHjXyNRA39lEpcy3Kms=
223225
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 h1:0SrIoFl7TQnMRrsi5TFaeNe0q8KO5lRzRp4GSCCL2So=
224226
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0/go.mod h1:A1iXs+vjsRjzANxF6UeKv2ACExG7fqTwHHbwh1FL+EE=
225227
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/kylelemons/godebug v1.1.0
4545
github.com/leanovate/gopter v0.2.11
4646
github.com/microsoft/go-mssqldb v1.9.3
47-
github.com/microsoftgraph/msgraph-sdk-go v1.87.0
47+
github.com/microsoftgraph/msgraph-sdk-go v1.88.0
4848
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0
4949
github.com/onsi/gomega v1.38.2
5050
github.com/pkg/errors v0.9.1 // indirect

v2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ github.com/microsoft/kiota-serialization-multipart-go v1.1.2 h1:1pUyA1QgIeKslQwb
372372
github.com/microsoft/kiota-serialization-multipart-go v1.1.2/go.mod h1:j2K7ZyYErloDu7Kuuk993DsvfoP7LPWvAo7rfDpdPio=
373373
github.com/microsoft/kiota-serialization-text-go v1.1.3 h1:8z7Cebn0YAAr++xswVgfdxZjnAZ4GOB9O7XP4+r5r/M=
374374
github.com/microsoft/kiota-serialization-text-go v1.1.3/go.mod h1:NDSvz4A3QalGMjNboKKQI9wR+8k+ih8UuagNmzIRgTQ=
375-
github.com/microsoftgraph/msgraph-sdk-go v1.87.0 h1:N+BSwQggS4aC/WsImtwJ+FijMUm4RisOvYQx7j5PGtk=
376-
github.com/microsoftgraph/msgraph-sdk-go v1.87.0/go.mod h1:UdZWxbZiFvjPug9DYayD90JNiHjXyNRA39lEpcy3Kms=
375+
github.com/microsoftgraph/msgraph-sdk-go v1.88.0 h1:X/QGbaWopnz+BNi2loQedf6A5RP6xFadyNOl6GYA41E=
376+
github.com/microsoftgraph/msgraph-sdk-go v1.88.0/go.mod h1:UdZWxbZiFvjPug9DYayD90JNiHjXyNRA39lEpcy3Kms=
377377
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 h1:0SrIoFl7TQnMRrsi5TFaeNe0q8KO5lRzRp4GSCCL2So=
378378
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0/go.mod h1:A1iXs+vjsRjzANxF6UeKv2ACExG7fqTwHHbwh1FL+EE=
379379
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=

0 commit comments

Comments
 (0)