aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 bf6a25e..251ffd9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/shuLhan/kbbi
go 1.13
require (
- github.com/shuLhan/share v0.14.1-0.20200411172406-de8367880dcd
+ github.com/shuLhan/share v0.15.1-0.20200528164210-c03ddce63f66
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)