Updates to /connector/support package.

Package reverted back to msgraph-sdk-go
This commit is contained in:
Danny Adams 2023-01-25 06:47:32 -05:00
parent 2f9f61b4a6
commit 4853d6c0ce
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ package support
import (
"fmt"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/microsoftgraph/msgraph-sdk-go/models"
)
type attendee struct {

View File

@ -5,7 +5,7 @@ import (
absser "github.com/microsoft/kiota-abstractions-go/serialization"
js "github.com/microsoft/kiota-serialization-json-go"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/microsoftgraph/msgraph-sdk-go/models"
"github.com/pkg/errors"
)

View File

@ -3,7 +3,7 @@ package support
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"

View File

@ -3,7 +3,7 @@ package support
import (
"strings"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/microsoftgraph/msgraph-sdk-go/models"
)
// CloneMessageableFields places data from original data into new message object.

View File

@ -3,7 +3,7 @@ package support
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"