pkgsrc/www/go-webhooks/PLIST
minskim ceda203df9 www/go-webhooks: Import version 3.12.0
Webhooks allows for easy receiving and parsing of GitHub, Bitbucket
and GitLab Webhook Events. It only accepts json payloads.
2018-07-14 22:20:10 +00:00

28 lines
1.6 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2018/07/14 22:20:10 minskim Exp $
bin/custom-logger
bin/multiple-handlers
bin/single-handler
gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3.a
gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/bitbucket.a
gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/github.a
gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/gitlab.a
gopkg/pkg/${GO_PLATFORM}/gopkg.in/go-playground/webhooks.v3/gogs.a
gopkg/src/gopkg.in/go-playground/webhooks.v3/LICENSE
gopkg/src/gopkg.in/go-playground/webhooks.v3/README.md
gopkg/src/gopkg.in/go-playground/webhooks.v3/bitbucket/bitbucket.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/bitbucket/bitbucket_test.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/bitbucket/payload.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/examples/custom-logger/main.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/examples/multiple-handlers/main.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/examples/single-handler/main.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/github/github.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/github/github_test.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/github/payload.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/gitlab/gitlab.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/gitlab/gitlab_test.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/gitlab/payload.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/gogs/gogs.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/logger.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/logo.png
gopkg/src/gopkg.in/go-playground/webhooks.v3/webhooks.go
gopkg/src/gopkg.in/go-playground/webhooks.v3/webhooks_test.go