aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-05-08 22:51:50 +0700
committerShulhan <m.shulhan@gmail.com>2020-05-08 22:55:33 +0700
commit5c3f18000a28bd91df23a19d1a419a94475f4133 (patch)
tree266ccda505d6ac5bc4102092919245a24770eaf1
parentd44ef6654a0e76365da1c13730be4512d2307953 (diff)
downloadrescached-5c3f18000a28bd91df23a19d1a419a94475f4133.tar.xz
go.mod: comment replace directivev3.0.2
This cause package is unbuildable using normal go get or clone. Fix #6.
-rw-r--r--CHANGELOG.adoc8
-rw-r--r--go.mod2
-rw-r--r--go.sum2
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 99723aa..78be23b 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,3 +1,11 @@
+= Rescached v3.0.2 (2020-05-08)
+
+* go.mod: comment replace directive
+ This cause package is un-buildable using normal go get or git clone.
+
+ Sorry :/
+
+
= Rescached v3.0.1 (2020-05-07)
== Enhancements
diff --git a/go.mod b/go.mod
index 943682e..529f86e 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,4 @@ go 1.13
require github.com/shuLhan/share v0.15.0
-replace github.com/shuLhan/share => ../share
+//replace github.com/shuLhan/share => ../share
diff --git a/go.sum b/go.sum
index 9d20f12..7e77a65 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,5 @@
+github.com/shuLhan/share v0.15.0 h1:VxLmHI426yYSJg8tMKSc9HmhQcF0L8O0Tr3ixtgzUYY=
+github.com/shuLhan/share v0.15.0/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=