File: go.mod

package info (click to toggle)
golang-github-prometheus-exporter-toolkit 0.5.1-2%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/prometheus/exporter-toolkit

go 1.14

require (
	github.com/go-kit/kit v0.10.0
	github.com/pkg/errors v0.9.1
	github.com/prometheus/common v0.15.0
	golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
	gopkg.in/yaml.v2 v2.4.0
)