summaryrefslogtreecommitdiff
path: root/go.mod
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 /go.mod
parentd44ef6654a0e76365da1c13730be4512d2307953 (diff)
downloadrescached-3.0.2.tar.xz
go.mod: comment replace directivev3.0.2
This cause package is unbuildable using normal go get or clone. Fix #6.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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