go mod tidy
This commit is contained in:
@ -4,6 +4,8 @@ i2pkeys
|
||||
Generates and displays the contents of files that are storing i2p keys in the
|
||||
incompatible format used for sam3
|
||||
|
||||
[](https://goreportcard.com/report/github.com/eyedeekay/i2pkeys)
|
||||
|
||||
## Verbosity ##
|
||||
Logging can be enabled and configured using the DEBUG_I2P environment variable. By default, logging is disabled.
|
||||
|
||||
|
7
go.mod
7
go.mod
@ -2,7 +2,6 @@ module github.com/go-i2p/i2pkeys
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
)
|
||||
require github.com/sirupsen/logrus v1.9.3
|
||||
|
||||
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
|
Reference in New Issue
Block a user