1
Fork 0

Remove SSH workaround (#27893)

Revert the workaround of #26409 and fix #26411, update github.com/gliderlabs/ssh to include 02f9d57300
This commit is contained in:
Earl Warren 2023-11-03 16:21:05 +01:00 committed by GitHub
parent c46080bc9d
commit da0c4b8d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 14 deletions

2
go.mod
View file

@ -36,7 +36,7 @@ require (
github.com/ethantkoenig/rupture v1.0.1
github.com/felixge/fgprof v0.9.3
github.com/fsnotify/fsnotify v1.6.0
github.com/gliderlabs/ssh v0.3.5
github.com/gliderlabs/ssh v0.3.6-0.20230927171611-ece6c7995e46
github.com/go-ap/activitypub v0.0.0-20231003111253-1fba3772399b
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
github.com/go-chi/chi/v5 v5.0.10