File tree Expand file tree Collapse file tree
cfn-resources/stream-connection/cmd/resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515package resource
1616
1717import (
18- "go.mongodb.org/atlas-sdk/v20250312010 /admin"
18+ "go.mongodb.org/atlas-sdk/v20250312012 /admin"
1919
2020 "github.com/mongodb/mongodbatlas-cloudformation-resources/util"
2121)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package resource_test
1717import (
1818 "testing"
1919
20- "go.mongodb.org/atlas-sdk/v20250312010 /admin"
20+ "go.mongodb.org/atlas-sdk/v20250312012 /admin"
2121
2222 "github.com/aws/smithy-go/ptr"
2323 "github.com/mongodb/mongodbatlas-cloudformation-resources/stream-connection/cmd/resource"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 "fmt"
2020 "net/http"
2121
22- "go.mongodb.org/atlas-sdk/v20250312010 /admin"
22+ "go.mongodb.org/atlas-sdk/v20250312012 /admin"
2323
2424 "github.com/aws-cloudformation/cloudformation-cli-go-plugin/cfn/handler"
2525 "github.com/aws/aws-sdk-go-v2/service/cloudformation/types"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import (
2727 "github.com/stretchr/testify/assert"
2828 "github.com/stretchr/testify/mock"
2929 "github.com/stretchr/testify/require"
30- "go.mongodb.org/atlas-sdk/v20250312010 /admin"
31- "go.mongodb.org/atlas-sdk/v20250312010 /mockadmin"
30+ "go.mongodb.org/atlas-sdk/v20250312012 /admin"
31+ "go.mongodb.org/atlas-sdk/v20250312012 /mockadmin"
3232)
3333
3434const (
You can’t perform that action at this time.
0 commit comments