mirror of
https://github.com/ebrianne/adguard-exporter.git
synced 2024-12-22 23:27:34 +01:00
11 lines
239 B
Modula-2
11 lines
239 B
Modula-2
module github.com/ebrianne/adguard-exporter
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/heetch/confita v0.9.2
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/prometheus/client_golang v1.9.0
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
)
|