Update /connector/discovery package

Change to Beta library.
This commit is contained in:
Danny Adams 2023-01-20 09:18:49 -05:00
parent 97ca692168
commit 519a449b2f
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ package discovery
import (
"context"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
msuser "github.com/microsoftgraph/msgraph-beta-sdk-go/users"
msgraphgocore "github.com/microsoftgraph/msgraph-sdk-go-core"
"github.com/microsoftgraph/msgraph-sdk-go/models"
msuser "github.com/microsoftgraph/msgraph-sdk-go/users"
"github.com/pkg/errors"
"github.com/alcionai/corso/src/internal/connector/graph"

View File

@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"github.com/microsoftgraph/msgraph-sdk-go/models"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/stretchr/testify/suite"
)