diff options
| author | Shulhan <ms@kilabit.info> | 2019-06-25 00:11:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-06-25 00:12:34 +0700 |
| commit | c645b6dc47677d3fe4de55fc7d574a76841c3f16 (patch) | |
| tree | 524749b43f9cbedc3849d361d343b1b4c5f81546 /go.sum | |
| parent | 2c0156f2a03febd7d05518ef2d155a060b9b03e8 (diff) | |
| download | beku-c645b6dc47677d3fe4de55fc7d574a76841c3f16.tar.xz | |
env: fix missing exclude, deps, required-by, and missing statements
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -github.com/shuLhan/share v0.7.1-0.20190618074053-d5b0a6ac0630 h1:8zCabMZjlza3FbBTYT6acqKe9UuRhTOlBu+xGOhEC7k= -github.com/shuLhan/share v0.7.1-0.20190618074053-d5b0a6ac0630/go.mod h1:p2/wsQ00pX/F1ysg+tXaix99ca2poS7iiWd6WWcVnuI= +github.com/shuLhan/share v0.7.1-0.20190624170642-4f257f0cf1b7 h1:67+MB7ofeHpo6YcE2vOIiyBA2GDC1V9xahRXp8CpvI4= +github.com/shuLhan/share v0.7.1-0.20190624170642-4f257f0cf1b7/go.mod h1:p2/wsQ00pX/F1ysg+tXaix99ca2poS7iiWd6WWcVnuI= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |
