We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d1d06 commit 6dad207Copy full SHA for 6dad207
src/go.mod
@@ -0,0 +1,9 @@
1
+module github.com/keylo99/pkgtop
2
+
3
+go 1.12
4
5
+require (
6
+ github.com/atotto/clipboard v0.1.2
7
+ github.com/dustin/go-humanize v1.0.0
8
+ github.com/gizak/termui/v3 v3.1.0
9
+)
0 commit comments