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 @@ -3,7 +3,7 @@ module github.com/takescoop/terraform-cloud-outputs-action
3
3
go 1.17
4
4
5
5
require (
6
- github.com/hashicorp/go-tfe v0.26 .0
6
+ github.com/hashicorp/go-tfe v1.0 .0
7
7
github.com/sethvargo/go-githubactions v0.5.3
8
8
github.com/stretchr/testify v1.7.0
9
9
)
@@ -13,7 +13,7 @@ require (
13
13
github.com/google/go-querystring v1.1.0 // indirect
14
14
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
15
15
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
16
- github.com/hashicorp/go-slug v0.7 .0 // indirect
16
+ github.com/hashicorp/go-slug v0.8 .0 // indirect
17
17
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d // indirect
18
18
github.com/pmezard/go-difflib v1.0.0 // indirect
19
19
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ github.com/hashicorp/go-retryablehttp v0.7.0 h1:eu1EI/mbirUgP5C8hVsTNaGZreBDlYiw
15
15
github.com/hashicorp/go-retryablehttp v0.7.0 /go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY =
16
16
github.com/hashicorp/go-slug v0.7.0 h1:8HIi6oreWPtnhpYd8lIGQBgp4rXzDWQTOhfILZm+nok =
17
17
github.com/hashicorp/go-slug v0.7.0 /go.mod h1:Ib+IWBYfEfJGI1ZyXMGNbu2BU+aa3Dzu41RKLH301v4 =
18
+ github.com/hashicorp/go-slug v0.8.0 h1:h7AGtXVAI/cJ/Wwa/JQQaftQnWQmZbAzkzgZeZVVmLw =
19
+ github.com/hashicorp/go-slug v0.8.0 /go.mod h1:Ib+IWBYfEfJGI1ZyXMGNbu2BU+aa3Dzu41RKLH301v4 =
18
20
github.com/hashicorp/go-tfe v0.26.0 h1:6vQshg2NW5CkN4fkM64qhX+Z5Ua7ip74n8nAJRlhKKg =
19
21
github.com/hashicorp/go-tfe v0.26.0 /go.mod h1:gyXLXbpBVxA2F/6opah8XBsOkZJxHYQmghl0OWi8keI =
22
+ github.com/hashicorp/go-tfe v1.0.0 h1:CmwoHrOs7WJfD/yEmVjJ65+dyKeVRrgvRHBLVSQQ6Ks =
23
+ github.com/hashicorp/go-tfe v1.0.0 /go.mod h1:tJF/OlAXzVbmjiimAPLplSLgwg6kZDUOy0MzHuMwvF4 =
20
24
github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE =
21
25
github.com/hashicorp/go-uuid v1.0.2 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
22
26
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d h1:9ARUJJ1VVynB176G1HCwleORqCaXm/Vx0uUi0dL26I0 =
You can’t perform that action at this time.
0 commit comments