mirror of
https://github.com/ebrianne/adguard-exporter.git
synced 2025-03-11 21:59:04 +01:00
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
240 B
Modula-2
11 lines
240 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.11.1
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
)
|