File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ github.com/microsoftgraph/msgraph-sdk-go v1.86.0 h1:kZSIJuRoP9BUD8xsWL6sk82ThsGh
220220github.com/microsoftgraph/msgraph-sdk-go v1.86.0 /go.mod h1:h2fx0PGMpIfVX8u5nWTVXmTKTYzIR/uOwZQnX4ixwcM =
221221github.com/microsoftgraph/msgraph-sdk-go v1.87.0 h1:N+BSwQggS4aC/WsImtwJ+FijMUm4RisOvYQx7j5PGtk =
222222github.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 =
223225github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 h1:0SrIoFl7TQnMRrsi5TFaeNe0q8KO5lRzRp4GSCCL2So =
224226github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 /go.mod h1:A1iXs+vjsRjzANxF6UeKv2ACExG7fqTwHHbwh1FL+EE =
225227github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -372,8 +372,8 @@ github.com/microsoft/kiota-serialization-multipart-go v1.1.2 h1:1pUyA1QgIeKslQwb
372372github.com/microsoft/kiota-serialization-multipart-go v1.1.2 /go.mod h1:j2K7ZyYErloDu7Kuuk993DsvfoP7LPWvAo7rfDpdPio =
373373github.com/microsoft/kiota-serialization-text-go v1.1.3 h1:8z7Cebn0YAAr++xswVgfdxZjnAZ4GOB9O7XP4+r5r/M =
374374github.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 =
377377github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 h1:0SrIoFl7TQnMRrsi5TFaeNe0q8KO5lRzRp4GSCCL2So =
378378github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0 /go.mod h1:A1iXs+vjsRjzANxF6UeKv2ACExG7fqTwHHbwh1FL+EE =
379379github.com/miekg/dns v1.0.14 /go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg =
You can’t perform that action at this time.
0 commit comments