diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-28 23:12:10 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-05-28 23:44:10 +0700 |
| commit | de982da9e2035c901b22493e52995d33ceed8501 (patch) | |
| tree | 60cf29d4742837a3a2aebb2e8c52f11c8e6ad15e | |
| parent | 5d49371ef3f5cc1fa4d4fd6d5d84207520739037 (diff) | |
| download | kamusku-de982da9e2035c901b22493e52995d33ceed8501.tar.xz | |
go.mod: update dependencies
| -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= |
