diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module github.com/shuLhan/beku + +require ( + github.com/shuLhan/numerus v0.1.0 // indirect + github.com/shuLhan/share v0.0.0-20180903155519-157a004e9f7c + github.com/shuLhan/tekstus v0.1.0 + golang.org/x/tools v0.0.0-20180831211245-7ca132754999 +) |
