mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-06-16 13:54:40 -04:00
28 lines
997 B
Modula-2
28 lines
997 B
Modula-2
module github.com/go-i2p/go-gittisane
|
|
|
|
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.3
|
|
)
|
|
|
|
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.92 // indirect
|
|
github.com/go-i2p/onramp v0.33.92 // indirect
|
|
github.com/go-i2p/sam3 v0.33.92 // indirect
|
|
github.com/opd-ai/wileedot v0.0.0-20241217172720-521d4175e624 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
)
|