frps: release resources in service.Close() (#4667)

This commit is contained in:
fatedier 2025-02-12 12:22:57 +08:00 committed by GitHub
parent 8b86e1473c
commit e0dd947e6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 35 additions and 37 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/coreos/go-oidc/v3 v3.10.0
github.com/fatedier/golib v0.5.0
github.com/fatedier/golib v0.5.1
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.0