diff options
| author | Shulhan <ms@kilabit.info> | 2019-05-19 22:13:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-05-19 22:13:37 +0700 |
| commit | f30bf6029725fe060776dbb00c65b03906d10c2b (patch) | |
| tree | 9aba44e6cf26dfca07feb13432a8d83a54982039 /go.mod | |
| parent | 8e013ec64308ff371f4a3617d5bc6b1cc9aa66fb (diff) | |
| download | golang-id-web-f30bf6029725fe060776dbb00c65b03906d10c2b.tar.xz | |
go.mod: pembaruan paket-paket terkait
Update terbaru dari shuLhan/share membolehkan program
memonitor sub-direktori secara rekursif.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,9 +6,11 @@ require ( github.com/golang/protobuf v1.3.1 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kr/pretty v0.1.0 // indirect - github.com/shuLhan/ciigo v0.0.0-20190511224856-788b435f73f7 - github.com/shuLhan/share v0.6.2-0.20190511224539-4e9d3928900f + github.com/shuLhan/ciigo v0.0.0-20190519140550-51de06fc316e + github.com/shuLhan/share v0.6.2-0.20190517170056-d85106c3bdfd + github.com/sirupsen/logrus v1.4.2 // indirect github.com/stretchr/testify v1.3.0 // indirect golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect + golang.org/x/sys v0.0.0-20190516110030-61b9204099cb // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) |
