diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-04-11 22:56:44 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-04-11 22:56:44 +0700 |
| commit | 3db6e6d9bd92ccfcdb5e3c1e899b731affbaa1eb (patch) | |
| tree | 0c55187c3ae7be66533f5972d292530747220aa4 /go.mod | |
| parent | 892b1f8bde127915e210a49997102bc9a98794e4 (diff) | |
| download | kamusku-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
