diff options
| author | Shulhan <ms@kilabit.info> | 2019-05-14 05:09:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-05-14 05:09:49 +0700 |
| commit | 82724b8a4a4aaeb93f1c5444264b3cd38ea5261e (patch) | |
| tree | 2dcf4805bb37b540458c7ca7ec5f230ee3ee6611 /go.mod | |
| parent | 34ff9700d66b54727d6029d0f48ce4c56c9a8402 (diff) | |
| download | golang-id-web-82724b8a4a4aaeb93f1c5444264b3cd38ea5261e.tar.xz | |
go.mod: update with latest ciigo
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,10 +6,9 @@ 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-20190419190509-542b5a492f17 - github.com/shuLhan/share v0.5.1-0.20190420064321-3905a5c988f5 + github.com/shuLhan/ciigo v0.0.0-20190511224856-788b435f73f7 + github.com/shuLhan/share v0.6.2-0.20190511224539-4e9d3928900f 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-20190419153524-e8e3143a4f4a // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) |
