aboutsummaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-12-21 08:56:21 +0700
committerShulhan <ms@kilabit.info>2021-12-21 08:56:21 +0700
commit51af8aca85c8b2a264d99d3929b4259aa4717e7a (patch)
treeab7bf63472b8f92d8709190600a71f7882245a44 /go.sum
parenta29a8c8396fc16af744a0abc86b5aca343aa620a (diff)
downloadrescached-51af8aca85c8b2a264d99d3929b4259aa4717e7a.tar.xz
all: move HTTP server option to Environment
Previously, the options for HTTP server initialized internally, which make it uneasy to changes the default rescached instance when running in development mode. This commit move the HTTP server initialization inside the Environment init method. If its nil, the init will set the default HTTP server options along with the Memfs.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index ce41e5c..77591db 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/share v0.32.1-0.20211219070102-fea5a2f4ad6d h1:J1MtWiUKgt5UbECphZS5AGa9p3xzCW5IadoWaiTLUOU=
-github.com/shuLhan/share v0.32.1-0.20211219070102-fea5a2f4ad6d/go.mod h1:6YvVpuViRgLm4e+8AIh1izGaWgV5lyuj53H19GKCZzI=
+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=
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=