notify/go.mod
Marcel S. Henselin f9c27b01a8
Some checks failed
Sample Testing / my_job (push) Failing after 1m18s
fix: url params
2026-04-17 13:04:00 +02:00

10 lines
168 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
)
require github.com/google/uuid v1.6.0