about summary refs log tree commit diff
path: root/go.mod
blob: 78dc7dc647a34f69e1207b5f248df9be48ea5abf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module github.com/leahneukirchen/htping

go 1.14

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
)