diff options
| author | Shulhan <ms@kilabit.info> | 2019-06-18 14:49:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-06-18 14:49:16 +0700 |
| commit | 2c0156f2a03febd7d05518ef2d155a060b9b03e8 (patch) | |
| tree | 811f535c9c9fb4577e2d275d95f26db1f06dba76 /go.mod | |
| parent | 560b26738f6632d1f59c80408e4eb0920f62cbb2 (diff) | |
| download | beku-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
