diff options
author | zeripath <art27@cantab.net> | 2022-09-01 22:13:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 23:13:17 +0200 |
commit | 38a4961f9e93f1a5f2ac81a79f152019f232d3d6 (patch) | |
tree | a640591a9a46b0526757246cda55c4634816aed5 /services | |
parent | d74390ee39d84b24e103a049217817e22dc391d4 (diff) | |
download | gitea-38a4961f9e93f1a5f2ac81a79f152019f232d3d6.tar.gz gitea-38a4961f9e93f1a5f2ac81a79f152019f232d3d6.zip |
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>
Diffstat (limited to 'services')
-rw-r--r-- | services/webhook/dingtalk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/webhook/dingtalk.go b/services/webhook/dingtalk.go index 642cf6f2fd..06b73c38d6 100644 --- a/services/webhook/dingtalk.go +++ b/services/webhook/dingtalk.go @@ -15,7 +15,7 @@ import ( api "code.gitea.io/gitea/modules/structs" "code.gitea.io/gitea/modules/util" - dingtalk "github.com/lunny/dingtalk_webhook" + dingtalk "gitea.com/lunny/dingtalk_webhook" ) type ( |