File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/hashicorp/go-tfe v0.26.0
7
- github.com/sethvargo/go-githubactions v0.5.3
7
+ github.com/sethvargo/go-githubactions v1.0.0
8
8
github.com/stretchr/testify v1.7.0
9
9
)
10
10
@@ -16,6 +16,7 @@ require (
16
16
github.com/hashicorp/go-slug v0.7.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
+ github.com/sethvargo/go-envconfig v0.6.0 // indirect
19
20
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
20
21
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
21
22
)
Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d h1:9ARUJJ1VVynB1
23
23
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d /go.mod h1:Yog5+CPEM3c99L1CL2CFCYoSzgWm5vTU58idbRUaLik =
24
24
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
25
25
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
26
+ github.com/sethvargo/go-envconfig v0.6.0 h1:GxxdoeiNpWgGiVEphNFNObgMYRN/ZvI2dN7rBwadyss =
27
+ github.com/sethvargo/go-envconfig v0.6.0 /go.mod h1:00S1FAhRUuTNJazWBWcJGvEHOM+NO6DhoRMAOX7FY5o =
26
28
github.com/sethvargo/go-githubactions v0.5.3 h1:moF/bzlaUUFAz8lu4/xnDQ5NPYoov5RvsINNLsprnr8 =
27
29
github.com/sethvargo/go-githubactions v0.5.3 /go.mod h1:ugCoIFQjs7HxIwwYiY7ty6H9T+7Z4ey481HxqA3VRKE =
30
+ github.com/sethvargo/go-githubactions v1.0.0 h1:5mYGPNxIwIXaS8MLj4uYGWM8QM8giUVqA4FuSYOZjXE =
31
+ github.com/sethvargo/go-githubactions v1.0.0 /go.mod h1:UaidDD1ENTLXzTtj/4MnYjY40/5WLijgn2O8KBsdv7o =
28
32
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
29
33
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
30
34
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
You can’t perform that action at this time.
0 commit comments