Skip to content

Commit 9000b81

Browse files
committed
Add module retraction for v1.0.0
1 parent da790c4 commit 9000b81

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
main
22
dist/*
3-
packer-plugin-scaffolding
3+
packer-plugin-tencentcloud

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ require (
99
github.com/tencentcloud/tencentcloud-sdk-go v1.0.152
1010
github.com/zclconf/go-cty v1.8.3
1111
)
12+
13+
// This version contained an invalid version for github.com/tencentcloud/tencentcloud-sdk-go
14+
retract v1.0.0

0 commit comments

Comments
 (0)