Skip to content

Commit a2ecf19

Browse files
committed
Add go modules support
1 parent a545fbf commit a2ecf19

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/ncw/stressdisk
2+
3+
go 1.12
4+
5+
require github.com/ncw/directio v1.0.4

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/ncw/directio v1.0.4 h1:CojwI07mCEmRkajgx42Pf8jyCwTs1ji9/Ij9/PJG12k=
2+
github.com/ncw/directio v1.0.4/go.mod h1:CKGdcN7StAaqjT7Qack3lAXeX4pjnyc46YeqZH1yWVY=

0 commit comments

Comments
 (0)