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

go 1.14

require (
	github.com/prometheus/client_golang v1.12.1
	golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
	google.golang.org/protobuf v1.27.1 // indirect
)