aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-08-23 02:15:01 +0700
committerShulhan <m.shulhan@gmail.com>2020-08-23 02:15:01 +0700
commit054ce94cea0f12c7ccda85f8796795eb15e90589 (patch)
tree4ff35d61101190f317c6657460eb2a93590da355
parentf3da5889293c996a22e0861b42bc6f2189c8bc86 (diff)
downloadrescached-054ce94cea0f12c7ccda85f8796795eb15e90589.tar.xz
go.mod: update dependencies
Fix multiple empty lines generated when environment saved on file.
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 2107967..441f177 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module github.com/shuLhan/rescached-go/v3
go 1.13
-require github.com/shuLhan/share v0.18.1-0.20200822131013-94220dad085e
+require github.com/shuLhan/share v0.18.1-0.20200822175706-568fcc5683d9
//replace github.com/shuLhan/share => ../share
diff --git a/go.sum b/go.sum
index 9a06caa..8156940 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/share v0.18.1-0.20200822131013-94220dad085e h1:RlXF8V+YjuP3viH4b/OJSuGUwVqdLcDG9IquTg8ot6E=
-github.com/shuLhan/share v0.18.1-0.20200822131013-94220dad085e/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og=
+github.com/shuLhan/share v0.18.1-0.20200822175706-568fcc5683d9 h1:TBf7c0Of0y/6eUEaPjoDyoRYbu+RC16GYQ/mHIKy8JA=
+github.com/shuLhan/share v0.18.1-0.20200822175706-568fcc5683d9/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=