docs/code-samples/serving/gitwebhook-go/go.mod

15 lines
323 B
Modula-2

module knative.dev/docs/code-samples/serving/gitwebhook-go
go 1.22
require (
github.com/google/go-github v17.0.0+incompatible
golang.org/x/oauth2 v0.23.0
gopkg.in/go-playground/webhooks.v3 v3.13.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)