Use metadialer instead of reproducing code from elsewhere

This commit is contained in:
eyedeekay
2025-05-01 18:08:41 -04:00
parent 4f9ed824f5
commit fe0c790937
3 changed files with 7 additions and 37 deletions

5
go.mod
View File

@ -1,17 +1,18 @@
module github.com/go-i2p/go-gittisane
go 1.23.5
go 1.24.2
require (
github.com/go-i2p/go-limit v0.0.0-20250203203118-210616857c15
github.com/go-i2p/go-meta-dialer v0.0.0-20250501024057-715e91be3cfe
github.com/go-i2p/go-meta-listener v0.0.4-0.20250501044535-ab41cecda529
github.com/go-i2p/onramp v0.33.92
)
require (
github.com/cretz/bine v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708 // indirect
github.com/go-i2p/onramp v0.33.92 // indirect
github.com/go-i2p/sam3 v0.33.9 // indirect
github.com/opd-ai/wileedot v0.0.0-20241217172720-521d4175e624 // indirect
github.com/pkg/errors v0.9.1 // indirect