Skip to content

Commit

Permalink
fix: SDK to sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 5, 2024
1 parent 1edbedf commit a6e6e7f
Show file tree
Hide file tree
Showing 311 changed files with 306 additions and 306 deletions.
2 changes: 1 addition & 1 deletion pkg/describer/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package describer
import (
"context"
"fmt"
model "github.com/opengovern/og-describer-azure/pkg/SDK/models"
model "github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider"
"github.com/opengovern/og-describer-azure/provider/configs"
"github.com/opengovern/og-describer-azure/provider/describer"
Expand Down
2 changes: 1 addition & 1 deletion pkg/describer/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"encoding/json"
"fmt"
"github.com/go-errors/errors"
model "github.com/opengovern/og-describer-azure/pkg/SDK/models"
model "github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider"
"github.com/opengovern/og-describer-azure/provider/configs"
"github.com/opengovern/og-describer-azure/steampipe"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/SDK/nats.go → pkg/sdk/nats.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package SDK
package sdk

import (
"context"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion provider/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package provider
import (
"encoding/json"
"fmt"
model "github.com/opengovern/og-describer-azure/pkg/SDK/models"
model "github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider/configs"
azuremodel "github.com/opengovern/og-describer-azure/provider/model"
"github.com/opengovern/og-util/pkg/describe"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datalake-analytics/armdatalakeanalytics"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datalake-store/armdatalakestore"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/alertmanagement.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package describer

import (
"context"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/analysisservices/armanalysisservices"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/apimanagement.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package describer

import (
"context"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/appconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/applicationinsights.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package describer
import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/applicationinsights/armapplicationinsights"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider/model"
"golang.org/x/net/context"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/appplatform.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/springappdiscovery/armspringappdiscovery"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
msgraphsdk "github.com/microsoftgraph/msgraph-sdk-go"
"github.com/microsoftgraph/msgraph-sdk-go/groups"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"regexp"
"strings"

Expand Down
2 changes: 1 addition & 1 deletion provider/describer/automation.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/automation/armautomation"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/batch/armbatch"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/blueprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/blueprint/armblueprint"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider/model"
"strings"
)
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/botservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/botservice/armbotservice"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/cdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cdn/armcdn"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/cognitiveservices.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cognitiveservices/armcognitiveservices"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/compute.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package describer
import (
"context"
"fmt"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"path/filepath"
"strings"

Expand Down
2 changes: 1 addition & 1 deletion provider/describer/containerinstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerinstance/armcontainerinstance"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/containerregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package describer

import (
"context"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/containerservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/cost.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strconv"
"time"

Expand Down
2 changes: 1 addition & 1 deletion provider/describer/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dashboard/armdashboard"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider/model"
"strings"
)
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/databoxedge.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/databoxedge/armdataboxedge"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/databricks.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/databricks/armdatabricks"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/datafactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v2"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/datamigration.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datamigration/armdatamigration"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/dataprotection.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package describer

import (
"context"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/desktopvirtualization.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/iothub/armiothub"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/devtestlabs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/devtestlabs/armdevtestlabs"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/documentdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos/v2"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/eventgrid.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/eventgrid/armeventgrid/v2"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/eventhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/eventhub/armeventhub"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/frontdoor.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/frontdoor/armfrontdoor"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/graphrbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/microsoftgraph/msgraph-sdk-go/reports"
"github.com/microsoftgraph/msgraph-sdk-go/serviceprincipals"
users2 "github.com/microsoftgraph/msgraph-sdk-go/users"
models2 "github.com/opengovern/og-describer-azure/pkg/SDK/models"
models2 "github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider/model"
"strings"
"time"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/hdinsight.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hdinsight/armhdinsight"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/healthcareapis.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/healthcareapis/armhealthcareapis"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/hybridcompute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hybridcompute/armhybridcompute"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/hybridkubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hybridkubernetes/armhybridkubernetes"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armkubernetesconfiguration"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-describer-azure/provider/model"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/insights.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"github.com/opengovern/og-describer-azure/provider/model"
"strings"
"time"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/json_all_fields_marshaller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/Azure/azure-sdk-for-go/services/synapse/mgmt/2021-03-01/synapse"
"github.com/gdexlab/go-render/render"
"github.com/gofrs/uuid"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"reflect"
"testing"
"time"
Expand Down
2 changes: 1 addition & 1 deletion provider/describer/keyvault.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/keyvault/azcertificates"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/opengovern/og-describer-azure/pkg/SDK/models"
"github.com/opengovern/og-describer-azure/pkg/sdk/models"
"strings"

"github.com/opengovern/og-util/pkg/concurrency"
Expand Down
Loading

0 comments on commit a6e6e7f

Please sign in to comment.