Revert back to msgraph-sdk-go package for /connector/graph/errors.go

This commit is contained in:
Danny Adams 2023-01-26 14:02:15 -05:00
parent 03ec1dd2e9
commit b7b2de096b

View File

@ -5,7 +5,7 @@ import (
"net/url" "net/url"
"os" "os"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models/odataerrors" "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors"
"github.com/pkg/errors" "github.com/pkg/errors"
"golang.org/x/exp/slices" "golang.org/x/exp/slices"