1
0
mirror of https://github.com/Luzifer/bind-log-metrics.git synced 2024-09-18 19:22:54 +00:00
bind-log-metrics/go.mod

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

2020-01-25 16:00:43 +00:00
module github.com/Luzifer/bind-log-metrics
go 1.13
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
2020-01-25 16:00:43 +00:00
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
)