Skip to content

Commit 550c997

Browse files
committed
fix 编译版本问题
1 parent 0bf5c5f commit 550c997

File tree

3 files changed

+2
-287
lines changed

3 files changed

+2
-287
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ require (
1919
github.com/aliyun/credentials-go v1.3.1
2020
github.com/aliyun/fc-go-sdk v0.0.0-20200619091938-0882be48e49f
2121
github.com/denverdino/aliyungo v0.0.0-20200831100606-661b4d73f397
22-
gopkg.in/yaml.v2 v2.2.8
2322
github.com/google/uuid v1.3.0
2423
github.com/hashicorp/go-uuid v1.0.3
25-
github.com/hashicorp/terraform v0.13.5
2624
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0
2725
github.com/jmespath/go-jmespath v0.4.0
2826
github.com/mitchellh/go-homedir v1.1.0
2927
github.com/panjf2000/ants/v2 v2.10.0
28+
gopkg.in/yaml.v2 v2.2.8
3029
)
3130

3231
require (
@@ -40,7 +39,6 @@ require (
4039
github.com/alibabacloud-go/tea-rpc-utils v1.1.2 // indirect
4140
github.com/alibabacloud-go/tea-utils/v2 v2.0.5 // indirect
4241
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
43-
github.com/apparentlymart/go-cidr v1.1.0 // indirect
4442
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4543
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
4644
github.com/clbanning/mxj/v2 v2.5.5 // indirect

0 commit comments

Comments
 (0)