Skip to content

Commit

Permalink
Add go modules support
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Mar 28, 2019
1 parent a545fbf commit a2ecf19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/ncw/stressdisk

go 1.12

require github.com/ncw/directio v1.0.4
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/ncw/directio v1.0.4 h1:CojwI07mCEmRkajgx42Pf8jyCwTs1ji9/Ij9/PJG12k=
github.com/ncw/directio v1.0.4/go.mod h1:CKGdcN7StAaqjT7Qack3lAXeX4pjnyc46YeqZH1yWVY=

0 comments on commit a2ecf19

Please sign in to comment.