Skip to content

Commit 1520f09

Browse files
committed
rename vendor folder
1 parent 52c9d18 commit 1520f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfn-resources/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/mongodb/mongodbatlas-cloudformation-resources
33
go 1.23.1
44

55
// 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
6+
replace go.mongodb.org/atlas-sdk/v20231115014 => ../vendor/go.mongodb.org/atlas-sdk/v20231115014
77

88
require (
99
github.com/aws-cloudformation/cloudformation-cli-go-plugin v1.2.0

0 commit comments

Comments
 (0)