mirror of
https://github.com/Luzifer/bind-log-metrics.git
synced 2024-11-08 07:50:02 +00:00
10 lines
243 B
Modula-2
10 lines
243 B
Modula-2
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
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
)
|