We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c9d18 commit 1520f09Copy full SHA for 1520f09
cfn-resources/go.mod
@@ -3,7 +3,7 @@ module github.com/mongodb/mongodbatlas-cloudformation-resources
3
go 1.23.1
4
5
// Replacing with local copy of Atlas SDK v20231115014 to support new AdvancedConfiguration in *admin.AdvancedClusterDescription
6
-replace go.mongodb.org/atlas-sdk/v20231115014 => ./../vendor/go.mongodb.org/atlas-sdk/v20231115014
+replace go.mongodb.org/atlas-sdk/v20231115014 => ../vendor/go.mongodb.org/atlas-sdk/v20231115014
7
8
require (
9
github.com/aws-cloudformation/cloudformation-cli-go-plugin v1.2.0
0 commit comments