1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/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>
2022-09-01 23:13:17 +02:00
..
deliver_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
deliver.go Use queue instead of memory queue in webhook send service (#19390) 2022-04-25 20:03:01 +02:00
dingtalk_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
dingtalk.go Update a few go dependencies (#21022) 2022-09-01 23:13:17 +02:00
discord_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
discord.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
feishu_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
feishu.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
general_test.go Add tests for all webhooks (#16214) 2021-06-20 22:12:19 -04:00
general.go fix(telegram): fix link bot to release tag (#19830) 2022-05-28 16:44:51 -04:00
main_test.go Use queue instead of memory queue in webhook send service (#19390) 2022-04-25 20:03:01 +02:00
matrix_test.go fix(telegram): fix link bot to release tag (#19830) 2022-05-28 16:44:51 -04:00
matrix.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
msteams_test.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
msteams.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
packagist_test.go Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
packagist.go Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
payloader.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
slack_test.go refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
slack.go refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
telegram_test.go fix(telegram): fix link bot to release tag (#19830) 2022-05-28 16:44:51 -04:00
telegram.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
webhook_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
webhook.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
wechatwork.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00