refactor: inject SessionRegistry interface instead of individual functions
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module tunnel_pls
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
git.fossy.my.id/bagas/tunnel-please-grpc v1.3.0
|
||||
git.fossy.my.id/bagas/tunnel-please-grpc v1.4.0
|
||||
github.com/caddyserver/certmagic v0.25.0
|
||||
github.com/charmbracelet/bubbles v0.21.0
|
||||
github.com/charmbracelet/bubbletea v1.3.10
|
||||
@@ -52,4 +52,4 @@ require (
|
||||
golang.org/x/text v0.32.0 // indirect
|
||||
golang.org/x/tools v0.40.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user