diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-09-30 21:47:24 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2019-09-30 21:47:24 +0700 |
| commit | 7782a779cbeaa4bd6e45bca62876c45d3e34adf1 (patch) | |
| tree | 1ae80009a9be80d98887c9c1bb8819e3da1ed88e /go.mod | |
| parent | 201879c81cc83e3a2a375269c5c5d8f0ef9ace22 (diff) | |
| download | golang-id-web-7782a779cbeaa4bd6e45bca62876c45d3e34adf1.tar.xz | |
go.mod: pembaruan dependensi
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ module github.com/golang-id/web go 1.12 require ( - github.com/shuLhan/ciigo v0.0.0-20190926180414-ba1ba5544a72 + github.com/shuLhan/ciigo v0.0.0-20190929184614-bd2e631a638b github.com/shuLhan/share v0.8.3-0.20190926180255-9e6456081633 + golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect ) |
