Skip to content

Commit 6dad207

Browse files
committed
Add go.mod file (#11)
1 parent 54d1d06 commit 6dad207

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)