mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-06-17 14:38:09 -04:00
Use metadialer instead of reproducing code from elsewhere
This commit is contained in:
5
go.mod
5
go.mod
@ -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
|
||||
|
Reference in New Issue
Block a user