2021-04-19 20:43:37 -04:00
|
|
|
module github.com/go-i2p/go-i2p
|
|
|
|
|
2024-09-09 20:10:38 -04:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
toolchain go1.22.5
|
2021-04-19 20:43:37 -04:00
|
|
|
|
|
|
|
require (
|
2024-06-29 00:25:23 -04:00
|
|
|
github.com/eyedeekay/go-unzip v0.0.0-20240201194209-560d8225b50e
|
2024-07-01 18:50:13 -04:00
|
|
|
github.com/flynn/noise v1.1.0
|
2024-06-20 17:04:21 -04:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-09-09 20:10:38 -04:00
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
go.step.sm/crypto v0.51.2
|
|
|
|
golang.org/x/crypto v0.26.0
|
2021-04-19 20:43:37 -04:00
|
|
|
)
|
2024-06-29 00:23:42 -04:00
|
|
|
|
|
|
|
require (
|
2024-09-09 20:10:38 -04:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
2024-06-29 00:23:42 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-09-09 20:10:38 -04:00
|
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-06-29 00:23:42 -04:00
|
|
|
)
|