gmon/go.mod

11 lines
204 B
Modula-2
Raw Permalink Normal View History

2020-08-13 11:52:18 +02:00
module github.com/hamburghammer/gmon
go 1.14
2020-08-13 18:33:49 +02:00
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
)