diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-10-09 21:44:04 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2019-10-09 21:44:04 +0700 |
| commit | 491a4623ff8e54a47ab3438a8d60d038e954f287 (patch) | |
| tree | 342ee70a3519761005a28f9e5fb6e23fb2e6e157 /go.mod | |
| parent | f3b28def9e7dc4b136169176d82bdb97978f0e31 (diff) | |
| download | golang-id-web-491a4623ff8e54a47ab3438a8d60d038e954f287.tar.xz | |
go.mod: update dependensi
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,7 +3,11 @@ module github.com/golang-id/web go 1.12 require ( + github.com/onsi/ginkgo v1.10.2 // indirect 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 + github.com/shuLhan/share v0.9.0 + golang.org/x/net v0.0.0-20191007182048-72f939374954 // indirect + golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect + golang.org/x/tools v0.0.0-20191007185444-6536af71d98a // indirect + gopkg.in/yaml.v2 v2.2.4 // indirect ) |
