blob: 4f64f9a9a01c83f4fc57a09a87f4ae13f2a21c50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
module github.com/leahneukirchen/htping
go 1.16
require (
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
golang.org/x/sys v0.17.0 // indirect
)
|