Update /connector/ package

Beta Library replaces msgraph v1.0
This commit is contained in:
Danny Adams 2023-01-20 09:25:03 -05:00
parent 4687b134ef
commit 4009a5c2d4
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import (
"sync"
"github.com/microsoft/kiota-abstractions-go/serialization"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
msgraphgocore "github.com/microsoftgraph/msgraph-sdk-go-core"
"github.com/microsoftgraph/msgraph-sdk-go/models"
"github.com/pkg/errors"
"golang.org/x/exp/maps"

View File

@ -6,7 +6,7 @@ import (
"reflect"
"testing"
"github.com/microsoftgraph/msgraph-sdk-go/models"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"