aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-01-01 23:16:11 +0700
committerShulhan <ms@kilabit.info>2022-02-08 01:37:07 +0700
commit8376e3177121801cc90dfc3b7324cf1262f29d24 (patch)
tree7100bbd7887ab116f2b9d21b8409b251fb912bd4
parent6f52381f1af4c565b18cc15c605080785337b67e (diff)
downloadrescached-8376e3177121801cc90dfc3b7324cf1262f29d24.tar.xz
go.mod: update module share to v0.34.0
Changes, * lib/memfs: skip mount if the Root node has been initialized * lib/http: remove field memfs.Options in ServerOptions
-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 848bb88..491dfbd 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module github.com/shuLhan/rescached-go/v4
go 1.16
-require github.com/shuLhan/share v0.32.1-0.20211220110507-fc66ec631305
+require github.com/shuLhan/share v0.34.0
//replace github.com/shuLhan/share => ../share
diff --git a/go.sum b/go.sum
index 77591db..4ca1174 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/share v0.32.1-0.20211220110507-fc66ec631305 h1:LVVYSWFeWtg2AvE8FXwreiPLconnDS8bs1vjU3sZAjw=
-github.com/shuLhan/share v0.32.1-0.20211220110507-fc66ec631305/go.mod h1:6YvVpuViRgLm4e+8AIh1izGaWgV5lyuj53H19GKCZzI=
+github.com/shuLhan/share v0.34.0 h1:i0YhTUyLvDWvte/Rvt0BP7+FtpD/RgYkkkGTm/BlXkM=
+github.com/shuLhan/share v0.34.0/go.mod h1:6YvVpuViRgLm4e+8AIh1izGaWgV5lyuj53H19GKCZzI=
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c h1:WtYZ93XtWSO5KlOMgPZu7hXY9WhMZpprvlm5VwvAl8c=