aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-04-11 22:56:44 +0700
committerShulhan <m.shulhan@gmail.com>2020-04-11 22:56:44 +0700
commit3db6e6d9bd92ccfcdb5e3c1e899b731affbaa1eb (patch)
tree0c55187c3ae7be66533f5972d292530747220aa4 /go.mod
parent892b1f8bde127915e210a49997102bc9a98794e4 (diff)
downloadkamusku-3db6e6d9bd92ccfcdb5e3c1e899b731affbaa1eb.tar.xz
telegram_bot: tangani perintah yang tidak dikenal
Selain itu sederhanakan deskripsi dari perintah "definisi".
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 dd04ad8..cdffb8c 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.20200410205026-5378abd1e1f4
+ github.com/shuLhan/share v0.14.1-0.20200411155429-da0578d686d1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)