summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: df1b6fcd0d2b5aa8133f42ddb085613825e9e188 (plain)
1
2
3
4
5
6
7
module github.com/xxxserxxx/gotop-nvidia

require (
	github.com/xxxserxxx/gotop/v4 v4.0.0-20200601160819-dcec8a53b748
)

go 1.14