You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/webhook
zeripath 38a4961f9e
Update a few go dependencies (#21022)
There are a lot of go dependencies that appear old and we should update them.

The following packages have been updated:

* codeberg.org/gusted/mcaptcha
* github.com/markbates/goth
* github.com/buildkite/terminal-to-html
* github.com/caddyserver/certmagic
* github.com/denisenkom/go-mssqldb
* github.com/duo-labs/webauthn
* github.com/editorconfig/editorconfig-core-go/v2
* github.com/felixge/fgprof
* github.com/gliderlabs/ssh
* github.com/go-ap/activitypub
* github.com/go-git/go-git/v5
* github.com/go-ldap/ldap/v3
* github.com/go-swagger/go-swagger
* github.com/go-testfixtures/testfixtures/v3
* github.com/golang-jwt/jwt/v4
* github.com/klauspost/compress
* github.com/lib/pq
* gitea.com/lunny/dingtalk_webhook - instead of github.com
* github.com/mattn/go-sqlite3
* github/matn/go-isatty
* github.com/minio/minio-go/v7
* github.com/niklasfasching/go-org
* github.com/prometheus/client_golang
* github.com/stretchr/testify
* github.com/unrolled/render
* github.com/xanzy/go-gitlab
* gopkg.in/ini.v1

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
deliver.go Use queue instead of memory queue in webhook send service (#19390) 2 years ago
deliver_test.go format with gofumpt (#18184) 2 years ago
dingtalk.go Update a few go dependencies (#21022) 2 years ago
dingtalk_test.go Move webhook into models/webhook/ (#17579) 3 years ago
discord.go format with gofumpt (#18184) 2 years ago
discord_test.go Move webhook into models/webhook/ (#17579) 3 years ago
feishu.go format with gofumpt (#18184) 2 years ago
feishu_test.go Move webhook into models/webhook/ (#17579) 3 years ago
general.go fix(telegram): fix link bot to release tag (#19830) 2 years ago
general_test.go Add tests for all webhooks (#16214) 3 years ago
main_test.go Use queue instead of memory queue in webhook send service (#19390) 2 years ago
matrix.go format with gofumpt (#18184) 2 years ago
matrix_test.go fix(telegram): fix link bot to release tag (#19830) 2 years ago
msteams.go format with gofumpt (#18184) 2 years ago
msteams_test.go Move webhook into models/webhook/ (#17579) 3 years ago
packagist.go Add packagist webhook (#18224) 2 years ago
packagist_test.go Add packagist webhook (#18224) 2 years ago
payloader.go Move webhook into models/webhook/ (#17579) 3 years ago
slack.go refactor webhook *NewPost (#20729) 2 years ago
slack_test.go refactor webhook *NewPost (#20729) 2 years ago
telegram.go format with gofumpt (#18184) 2 years ago
telegram_test.go fix(telegram): fix link bot to release tag (#19830) 2 years ago
webhook.go Add more linters to improve code readability (#19989) 2 years ago
webhook_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
wechatwork.go format with gofumpt (#18184) 2 years ago