Skip to content

Commit

Permalink
Add go.mod file (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 1, 2019
1 parent 54d1d06 commit 6dad207
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/go.mod
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit 6dad207

Please sign in to comment.