10 lines
227 B
Modula-2
10 lines
227 B
Modula-2
module github.com/ebrianne/adguard-exporter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/heetch/confita v0.9.2
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
)
|