update meta-listener mirror.Listener to support multiple local listeners

This commit is contained in:
eyedeekay
2025-04-22 22:36:34 -04:00
parent b669c9c6c2
commit 6d90b7e40c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/go-i2p/go-gittisane
go 1.23.5
require (
github.com/go-i2p/go-meta-listener v0.0.0-20250423015145-4a2c3516533d
github.com/go-i2p/go-meta-listener v0.0.0-20250423023606-698f866cb830
github.com/go-i2p/onramp v0.33.92
)