mirror of
https://github.com/go-i2p/i2pkeys.git
synced 2025-06-17 04:26:09 -04:00
9 lines
170 B
Modula-2
9 lines
170 B
Modula-2
module github.com/eyedeekay/i2pkeys
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|