aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-11-01 00:23:09 +0700
committerShulhan <ms@kilabit.info>2018-11-01 00:23:09 +0700
commit1b65a7781a307732ede65c5c752e0a246e2c1aa0 (patch)
tree6af009404bdf32795ce4738ba05d10caba9b800a /go.mod
parente1993ddbadd8253f1fa65620b209b501ba70e44f (diff)
downloadbeku-1b65a7781a307732ede65c5c752e0a246e2c1aa0.tar.xz
Update Go modules
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 a66bc1f..5ce526c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/shuLhan/beku
require (
- github.com/shuLhan/share v0.0.0-20180928221840-b16432d24a4a
+ github.com/shuLhan/share v0.0.0-20181031165753-0073103e650b
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
)