gmon/go.mod
Augusto Dwenger J. fa1f9ba1b7 Implement logrus to log the main package
It adds cli options to set the logging level and the output format.
2020-11-16 23:29:32 +01:00

11 lines
204 B
Modula-2

module github.com/hamburghammer/gmon
go 1.14
require (
github.com/jessevdk/go-flags v1.4.0
github.com/pelletier/go-toml v1.8.1
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
)