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

This commit is contained in:
eyedeekay
2025-04-23 00:21:41 -04:00
parent 1902034f2c
commit f89e9dee28
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.1
github.com/go-i2p/go-meta-listener v0.0.2-0.20250423042114-ba004dc59ba4
github.com/go-i2p/onramp v0.33.92
)