Skip to content

Commit 40f9b16

Browse files
committed
Update module github.com/hashicorp/go-tfe to v1
1 parent 280edda commit 40f9b16

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/takescoop/terraform-cloud-outputs-action
33
go 1.17
44

55
require (
6-
github.com/hashicorp/go-tfe v0.26.0
6+
github.com/hashicorp/go-tfe v1.0.0
77
github.com/sethvargo/go-githubactions v0.5.3
88
github.com/stretchr/testify v1.7.0
99
)
@@ -13,7 +13,7 @@ require (
1313
github.com/google/go-querystring v1.1.0 // indirect
1414
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1515
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
1717
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
1919
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ github.com/hashicorp/go-retryablehttp v0.7.0 h1:eu1EI/mbirUgP5C8hVsTNaGZreBDlYiw
1515
github.com/hashicorp/go-retryablehttp v0.7.0/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY=
1616
github.com/hashicorp/go-slug v0.7.0 h1:8HIi6oreWPtnhpYd8lIGQBgp4rXzDWQTOhfILZm+nok=
1717
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=
1820
github.com/hashicorp/go-tfe v0.26.0 h1:6vQshg2NW5CkN4fkM64qhX+Z5Ua7ip74n8nAJRlhKKg=
1921
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=
2024
github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE=
2125
github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
2226
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d h1:9ARUJJ1VVynB176G1HCwleORqCaXm/Vx0uUi0dL26I0=

0 commit comments

Comments
 (0)