1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix misuse of PublicKeyCallback (#32810)

Only upgrading the ssh package is not enough.
This commit is contained in:
wxiaoguang
2024-12-13 11:57:37 +08:00
committed by GitHub
parent 30008fcfcf
commit 2910f384d5
3 changed files with 64 additions and 10 deletions

2
go.mod
View File

@@ -48,7 +48,7 @@ require (
github.com/ethantkoenig/rupture v1.0.1
github.com/felixge/fgprof v0.9.5
github.com/fsnotify/fsnotify v1.7.0
github.com/gliderlabs/ssh v0.3.7
github.com/gliderlabs/ssh v0.3.8
github.com/go-ap/activitypub v0.0.0-20240910141749-b4b8c8aa484c
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
github.com/go-chi/chi/v5 v5.1.0