diff --git a/go.mod b/go.mod index 35a55c3..c6d704d 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/jessevdk/go-flags v1.5.0 github.com/microsoft/kiota-abstractions-go v1.5.6 github.com/microsoftgraph/msgraph-sdk-go v1.33.0 - github.com/microsoftgraph/msgraph-sdk-go-core v1.0.2 + github.com/microsoftgraph/msgraph-sdk-go-core v1.1.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/webdevops/go-common v0.0.0-20240217103834-271a75e4e59c go.uber.org/zap v1.26.0 diff --git a/go.sum b/go.sum index 3b83f75..81a382b 100644 --- a/go.sum +++ b/go.sum @@ -105,8 +105,8 @@ github.com/microsoft/kiota-serialization-text-go v1.0.0 h1:XOaRhAXy+g8ZVpcq7x7a0 github.com/microsoft/kiota-serialization-text-go v1.0.0/go.mod h1:sM1/C6ecnQ7IquQOGUrUldaO5wj+9+v7G2W3sQ3fy6M= github.com/microsoftgraph/msgraph-sdk-go v1.33.0 h1:cR9ue0UuYD3EhYeUb47NvIzrCvlPeXmF3D8TYYfBm88= github.com/microsoftgraph/msgraph-sdk-go v1.33.0/go.mod h1:vrsU4lnP+OnIbVqPBv3wbRZpN8zhHOYWzoLf6led9ms= -github.com/microsoftgraph/msgraph-sdk-go-core v1.0.2 h1:GsZ2bUe+aMdPo9B6ivm0T9vlU9s4ufTScu+GqZnYNNw= -github.com/microsoftgraph/msgraph-sdk-go-core v1.0.2/go.mod h1:3c/v/N/iuH8UWDf4r4Z9FBiSyGeNZ54BHe2y+9Ccxtc= +github.com/microsoftgraph/msgraph-sdk-go-core v1.1.0 h1:NB7c/n4Knj+TLaLfjsahhSqoUqoN/CtyNB0XIe/nJnM= +github.com/microsoftgraph/msgraph-sdk-go-core v1.1.0/go.mod h1:M3w/5IFJ1u/DpwOyjsjNSVEA43y1rLOeX58suyfBhGk= github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=