diff --git a/README.md b/README.md index 220ec7d..9b023d2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ i2pkeys Generates and displays the contents of files that are storing i2p keys in the incompatible format used for sam3 +[![Go Report Card](https://goreportcard.com/badge/github.com/eyedeekay/i2pkeys)](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. diff --git a/go.mod b/go.mod index 373ac7b..01b345d 100644 --- a/go.mod +++ b/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