notify/go.mod
Marcel S. Henselin 0303b4b9aa
All checks were successful
Sample Testing / my_job (push) Successful in 1m36s
chore: use Dockerfile
2026-04-16 11:09:51 +02:00

8 lines
129 B
Modula-2

module google-chat-action
go 1.26.2
require (
github.com/google/go-cmp v0.7.0
github.com/sethvargo/go-githubactions v1.3.2
)