Files
webhooks/go.mod
T

10 lines
200 B
Modula-2

module github.com/go-playground/webhooks/v6
go 1.15
require (
code.gitea.io/gitea v1.17.4
github.com/gogits/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355
github.com/stretchr/testify v1.8.0
)