aboutsummaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-08-29 01:17:10 +0700
committerShulhan <ms@kilabit.info>2018-08-29 01:17:10 +0700
commitaedbd968b6b09a7fcbe89474657ad7a97b84c623 (patch)
treef563bd9a9ed138e904352103f889d82b5ba82935 /go.sum
parent47c04cb4542505173a0216edffb5b8388838966f (diff)
downloadrescached-aedbd968b6b09a7fcbe89474657ad7a97b84c623.tar.xz
go.mod: remove replace value
Using "replace" keyword cause build fail if replaced value is not exist.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index 972e5b1..505223f 100644
--- a/go.sum
+++ b/go.sum
@@ -1 +1,3 @@
+github.com/shuLhan/share v0.0.0-20180828181107-428e2764213d h1:SHnhW8hWFmDRHr51st8+OTfR1+0IgGdN0SXxgTiDZs8=
+github.com/shuLhan/share v0.0.0-20180828181107-428e2764213d/go.mod h1:lzcjs6ErUYp4Frs/NaE+k9lEFS7w1nMEpWAXTImyBSM=
golang.org/x/sys v0.0.0-20180821140842-3b58ed4ad339/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=