Revert back to msgraph-sdk-go library for /support/errors.go

This commit is contained in:
Danny Adams 2023-01-26 14:02:55 -05:00
parent b7b2de096b
commit 8a474af189

View File

@ -6,7 +6,7 @@ import (
"strings"
multierror "github.com/hashicorp/go-multierror"
msgraph_errors "github.com/microsoftgraph/msgraph-beta-sdk-go/models/odataerrors"
msgraph_errors "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
"github.com/pkg/errors"
"github.com/alcionai/corso/src/internal/common"