Skip to content

Commit a340cc1

Browse files
committed
add comment
1 parent f4707bd commit a340cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cfn-resources/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module github.com/mongodb/mongodbatlas-cloudformation-resources
22

33
go 1.23.1
44

5+
// Replacing with local copy of Atlas SDK v20231115014 to support new AdvancedConfiguration in *admin.AdvancedClusterDescription
56
replace go.mongodb.org/atlas-sdk/v20231115014 => ../atlas-sdk-local-v20231115014/go.mongodb.org/atlas-sdk/v20231115014
67

78
require (
@@ -21,7 +22,7 @@ require (
2122
github.com/stretchr/testify v1.10.0
2223
github.com/tidwall/pretty v1.2.1
2324
go.mongodb.org/atlas-sdk/v20231115002 v20231115002.1.0
24-
go.mongodb.org/atlas-sdk/v20231115014 v20231115014.0.1 // This is a tag on Atlas SDK v20231115014 used for internal purposes only & not officially supported
25+
go.mongodb.org/atlas-sdk/v20231115014 v20231115014.0.0
2526
go.mongodb.org/atlas-sdk/v20250312002 v20250312002.0.0
2627
)
2728

0 commit comments

Comments
 (0)