forked from LazarenkoA/prometheus_1C_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 724 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/LazarenkoA/prometheus_1C_exporter
go 1.14
require (
github.com/LazarenkoA/LogrusRotate v1.0.1-0.20200420172000-d4b9e48cb178
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golang/mock v1.6.0
github.com/jarcoal/httpmock v1.2.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/procfs v0.6.0
github.com/shirou/gopsutil v2.20.8+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/softlandia/cpd v0.0.0-20200709134012-d8dd1a8ae52d
github.com/stretchr/testify v1.5.1
golang.org/x/text v0.3.3
gopkg.in/yaml.v2 v2.3.0
)