aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-12-13 17:01:34 +0700
committerShulhan <ms@kilabit.info>2018-12-13 17:01:34 +0700
commitee48fc2e2f1a45c1c8d78e8df9f0cee784764106 (patch)
tree54e3cd93a78a88ef5eba4c54e9ca93a8bcce8f2f /go.mod
parent2afc5a78fe69e1e6f34507a962e8e619631b4944 (diff)
downloadbeku-ee48fc2e2f1a45c1c8d78e8df9f0cee784764106.tar.xz
Update dependencies and fix tests
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5ce526c..7ced2e7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/shuLhan/beku
require (
- github.com/shuLhan/share v0.0.0-20181031165753-0073103e650b
+ github.com/shuLhan/share v0.1.0
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
)