File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/takescoop/terraform-cloud-outputs-action
2
2
3
- go 1.17
3
+ go 1.21
4
+
5
+ toolchain go1.21.6
4
6
5
7
require (
6
8
github.com/hashicorp/go-tfe v0.26.0
7
- github.com/sethvargo/go-githubactions v0.5.3
9
+ github.com/sethvargo/go-githubactions v1.2.0
8
10
github.com/stretchr/testify v1.7.0
9
11
)
10
12
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
25
25
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
26
26
github.com/sethvargo/go-githubactions v0.5.3 h1:moF/bzlaUUFAz8lu4/xnDQ5NPYoov5RvsINNLsprnr8 =
27
27
github.com/sethvargo/go-githubactions v0.5.3 /go.mod h1:ugCoIFQjs7HxIwwYiY7ty6H9T+7Z4ey481HxqA3VRKE =
28
+ github.com/sethvargo/go-githubactions v1.2.0 h1:Gbr36trCAj6uq7Rx1DolY1NTIg0wnzw3/N5WHdKIjME =
29
+ github.com/sethvargo/go-githubactions v1.2.0 /go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80 =
28
30
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
29
31
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
30
32
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
You can’t perform that action at this time.
0 commit comments