mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
frps: release resources in service.Close() (#4667)
This commit is contained in:
parent
8b86e1473c
commit
e0dd947e6a
6 changed files with 35 additions and 37 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue