summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2019-09-27 01:06:34 +0700
committerShulhan <m.shulhan@gmail.com>2019-09-27 01:06:34 +0700
commit201879c81cc83e3a2a375269c5c5d8f0ef9ace22 (patch)
treec2e1c75ecf56087570fd2a97c38f38ee2ddb4ca1 /go.mod
parent353b380a771529f920c65f20191f9d81c20aa47b (diff)
downloadgolang-id-web-201879c81cc83e3a2a375269c5c5d8f0ef9ace22.tar.xz
go.mod: update dependencies
Fix the broken search functionality.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 33aeab3..d39f845 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/golang-id/web
go 1.12
require (
- github.com/shuLhan/ciigo v0.0.0-20190924182408-be3227a9398c
- github.com/shuLhan/share v0.8.3-0.20190924175942-ed84f4d36ea4
+ github.com/shuLhan/ciigo v0.0.0-20190926180414-ba1ba5544a72
+ github.com/shuLhan/share v0.8.3-0.20190926180255-9e6456081633
)