diff --git a/src/go.mod b/src/go.mod new file mode 100644 index 0000000..b74286c --- /dev/null +++ b/src/go.mod @@ -0,0 +1,9 @@ +module github.com/keylo99/pkgtop + +go 1.12 + +require ( + github.com/atotto/clipboard v0.1.2 + github.com/dustin/go-humanize v1.0.0 + github.com/gizak/termui/v3 v3.1.0 +) \ No newline at end of file