diff options
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ module github.com/shuLhan/kbbi go 1.13 require ( - github.com/shuLhan/share v0.14.1-0.20200411172406-de8367880dcd + github.com/shuLhan/share v0.15.1-0.20200528164210-c03ddce63f66 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e ) @@ -1,5 +1,5 @@ -github.com/shuLhan/share v0.14.1-0.20200411172406-de8367880dcd h1:22v9r6F0MJx36kHF2+d13sTsetQaVcDy4TNVb38C6r4= -github.com/shuLhan/share v0.14.1-0.20200411172406-de8367880dcd/go.mod h1:mpa0ub5qmuko/muUlOROOqLCSHKU76GzuAR/sUaSwRo= +github.com/shuLhan/share v0.15.1-0.20200528164210-c03ddce63f66 h1:XsI02DpIEP8ujAd7uRv9DCrnmfwC7NkTwt4fNNNAkOo= +github.com/shuLhan/share v0.15.1-0.20200528164210-c03ddce63f66/go.mod h1:mpa0ub5qmuko/muUlOROOqLCSHKU76GzuAR/sUaSwRo= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |
