mirror of
https://github.com/go-i2p/go-meta-listener.git
synced 2025-06-07 17:04:59 -04:00
27 lines
864 B
Modula-2
27 lines
864 B
Modula-2
module github.com/go-i2p/go-meta-listener
|
|
|
|
go 1.23.5
|
|
|
|
require (
|
|
github.com/go-i2p/logger v0.0.0-20241123010126-3050657e5d0c
|
|
github.com/go-i2p/onramp v0.33.92
|
|
github.com/opd-ai/wileedot v0.0.0-20241217172720-521d4175e624
|
|
github.com/samber/oops v1.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/cretz/bine v0.2.0 // indirect
|
|
github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708 // indirect
|
|
github.com/go-i2p/sam3 v0.33.9 // indirect
|
|
github.com/oklog/ulid/v2 v2.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/samber/lo v1.50.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
go.opentelemetry.io/otel v1.29.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.29.0 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|