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.
jitsiexporter/go.mod

10 lines
182 B
Modula-2

module git.xsfx.dev/prometheus/jitsiexporter
go 1.14
require (
github.com/prometheus/client_golang v1.5.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
)