Skip to content

Commit 7c1ac5e

Browse files
Update module github.com/sethvargo/go-githubactions to v1
1 parent 280edda commit 7c1ac5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
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
88
github.com/stretchr/testify v1.7.0
99
)
1010

@@ -16,6 +16,7 @@ require (
1616
github.com/hashicorp/go-slug v0.7.0 // indirect
1717
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
19+
github.com/sethvargo/go-envconfig v0.6.0 // indirect
1920
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
2021
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
2122
)

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d h1:9ARUJJ1VVynB1
2323
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d/go.mod h1:Yog5+CPEM3c99L1CL2CFCYoSzgWm5vTU58idbRUaLik=
2424
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2525
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=
2628
github.com/sethvargo/go-githubactions v0.5.3 h1:moF/bzlaUUFAz8lu4/xnDQ5NPYoov5RvsINNLsprnr8=
2729
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=
2832
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
2933
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
3034
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=

0 commit comments

Comments
 (0)