You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
197 B
Modula-2

module statusmon
go 1.15
require (
github.com/mattn/go-xmpp v0.0.0-20210121082723-b40e1294994d
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)