diff --git a/src/internal/connector/graph/service.go b/src/internal/connector/graph/service.go index 58a86317a..7780e7941 100644 --- a/src/internal/connector/graph/service.go +++ b/src/internal/connector/graph/service.go @@ -4,7 +4,7 @@ import ( "context" absser "github.com/microsoft/kiota-abstractions-go/serialization" - msgraphsdk "github.com/microsoftgraph/msgraph-beta-sdk-go" + msgraphsdk "github.com/microsoftgraph/msgraph-sdk-go" "github.com/pkg/errors" "github.com/alcionai/corso/src/pkg/account" diff --git a/src/internal/connector/graph/service_helper.go b/src/internal/connector/graph/service_helper.go index b55821b78..76ff54ad4 100644 --- a/src/internal/connector/graph/service_helper.go +++ b/src/internal/connector/graph/service_helper.go @@ -10,7 +10,7 @@ import ( az "github.com/Azure/azure-sdk-for-go/sdk/azidentity" ka "github.com/microsoft/kiota-authentication-azure-go" khttp "github.com/microsoft/kiota-http-go" - msgraphsdk "github.com/microsoftgraph/msgraph-beta-sdk-go" + msgraphsdk "github.com/microsoftgraph/msgraph-sdk-go" msgraphgocore "github.com/microsoftgraph/msgraph-sdk-go-core" "github.com/pkg/errors" diff --git a/src/internal/connector/graph/service_test.go b/src/internal/connector/graph/service_test.go index 32e900433..ee8c6bc29 100644 --- a/src/internal/connector/graph/service_test.go +++ b/src/internal/connector/graph/service_test.go @@ -3,7 +3,7 @@ package graph_test import ( "testing" - "github.com/microsoftgraph/msgraph-beta-sdk-go/models" + "github.com/microsoftgraph/msgraph-sdk-go/models" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite"