mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-13 11:54:46 -04:00
12 lines
220 B
Modula-2
12 lines
220 B
Modula-2
module github.com/go-i2p/go-i2p
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/emirpasic/gods v1.18.1
|
|
github.com/flynn/noise v1.1.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.23.0
|
|
)
|