aboutsummaryrefslogtreecommitdiff
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
parente1993ddbadd8253f1fa65620b209b501ba70e44f (diff)
downloadbeku-1b65a7781a307732ede65c5c752e0a246e2c1aa0.tar.xz
Update Go modules
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 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
)
diff --git a/go.sum b/go.sum
index 3b29e91..704ccd1 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/share v0.0.0-20180928221840-b16432d24a4a h1:k4ZvnzULQDnrXk/oHyX5wo/4CphfrBDhIFKTOiDxoik=
-github.com/shuLhan/share v0.0.0-20180928221840-b16432d24a4a/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
+github.com/shuLhan/share v0.0.0-20181031165753-0073103e650b h1:P7g7KLWseAUc6zhZ05G5OBNQvfS2TNWurlzeXIs1Ztc=
+github.com/shuLhan/share v0.0.0-20181031165753-0073103e650b/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e h1:FDhOuMEY4JVRztM/gsbk+IKUQ8kj74bxZrgw87eMMVc=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=