diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ module github.com/shuLhan/beku -require github.com/shuLhan/share v0.4.0 +require ( + github.com/shuLhan/share v0.6.1 + golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3 +) + +go 1.11 |
