gmon/go.mod

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
)