This commit is contained in:
parent
f2566ae21d
commit
0303b4b9aa
3 changed files with 232 additions and 90 deletions
5
go.mod
5
go.mod
|
|
@ -2,4 +2,7 @@ module google-chat-action
|
|||
|
||||
go 1.26.2
|
||||
|
||||
require github.com/sethvargo/go-githubactions v1.3.2
|
||||
require (
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/sethvargo/go-githubactions v1.3.2
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue