File tree 4 files changed +4
-291
lines changed
4 files changed +4
-291
lines changed Original file line number Diff line number Diff line change 28
28
name : Set up Go
29
29
uses : actions/setup-go@v2
30
30
with :
31
- go-version : 1.18
31
+ go-version : 1.21
32
32
-
33
33
name : Import GPG key
34
34
id : import_gpg
Original file line number Diff line number Diff line change 1
1
module github.com/aliyun/terraform-provider-alibabacloudstack
2
2
3
- go 1.21.4
4
-
5
- toolchain go1.22.0
3
+ go 1.21
6
4
7
5
require (
8
6
github.com/PaesslerAG/jsonpath v0.1.1
@@ -19,14 +17,13 @@ require (
19
17
github.com/aliyun/credentials-go v1.3.1
20
18
github.com/aliyun/fc-go-sdk v0.0.0-20200619091938-0882be48e49f
21
19
github.com/denverdino/aliyungo v0.0.0-20200831100606-661b4d73f397
22
- gopkg.in/yaml.v2 v2.2.8
23
20
github.com/google/uuid v1.3.0
24
21
github.com/hashicorp/go-uuid v1.0.3
25
- github.com/hashicorp/terraform v0.13.5
26
22
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0
27
23
github.com/jmespath/go-jmespath v0.4.0
28
24
github.com/mitchellh/go-homedir v1.1.0
29
25
github.com/panjf2000/ants/v2 v2.10.0
26
+ gopkg.in/yaml.v2 v2.2.8
30
27
)
31
28
32
29
require (
@@ -40,7 +37,6 @@ require (
40
37
github.com/alibabacloud-go/tea-rpc-utils v1.1.2 // indirect
41
38
github.com/alibabacloud-go/tea-utils/v2 v2.0.5 // indirect
42
39
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
43
- github.com/apparentlymart/go-cidr v1.1.0 // indirect
44
40
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
45
41
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
46
42
github.com/clbanning/mxj/v2 v2.5.5 // indirect
You can’t perform that action at this time.
0 commit comments