aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-06-18 14:49:16 +0700
committerShulhan <ms@kilabit.info>2019-06-18 14:49:16 +0700
commit2c0156f2a03febd7d05518ef2d155a060b9b03e8 (patch)
tree811f535c9c9fb4577e2d275d95f26db1f06dba76 /go.mod
parent560b26738f6632d1f59c80408e4eb0920f62cbb2 (diff)
downloadbeku-2c0156f2a03febd7d05518ef2d155a060b9b03e8.tar.xz
all: update package share from v0.6.1 to v0.7.0
This update bring new change on how to use the ini package.
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 96c9b83..c8d4cda 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/shuLhan/beku
require (
- github.com/shuLhan/share v0.6.1
+ github.com/shuLhan/share v0.7.1-0.20190618074053-d5b0a6ac0630
golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3
)