File: go.mod

package info (click to toggle)
golang-github-prometheus-prom2json 1.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 7
file content (13 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/prometheus/prom2json

require (
	github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
	github.com/davecgh/go-spew v1.1.1
	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
	github.com/matttproud/golang_protobuf_extensions v1.0.1
	github.com/prometheus/client_model v0.1.0
	github.com/prometheus/common v0.7.0
	golang.org/x/sys v0.0.0-20191220142924-d4481acd189f // indirect
)

go 1.13