mirror of
https://github.com/go-i2p/go-gittisane.git
synced 2025-06-07 09:03:16 -04:00
19 lines
639 B
Modula-2
19 lines
639 B
Modula-2
module github.com/go-i2p/go-gittisane
|
|
|
|
go 1.23.5
|
|
|
|
require 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/sam3 v0.33.9 // 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.32.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
)
|