From da3f7b22ecb75681814f22b708e05a5becb699f1 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 8 Nov 2023 23:14:31 +0700 Subject: go.mod: update share module Changes, * lib/memfs: split handling deleted directory and file on DirWatcher * lib/memfs: stop all Watcher spawn by DirWatcher * lib/memfs: use second channel to stop goroutine in Watcher * lib/memfs: do not return when mode changes in Node Update * lib/memfs: remove embedding os.FileInfo and http.File * lib/memfs: remove mocking os.Stat * lib/memfs: refactoring, simplify DirWatcher logic * lib/memfs: add test for DirWatcher with symlink to file * email/dkim: set ExpiredAt to MaxInt64 if value is greater than 12 digits * lib/json: make CodeQL pass when converting unicode point --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 279bf21..f6f8ff8 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ go 1.20 require ( git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 - github.com/shuLhan/share v0.50.1 + github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2 github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-meta v1.1.0 ) diff --git a/go.sum b/go.sum index 0862105..278ba6e 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 h1:FGltprabRao/KSTbvM3OTbC6e0oXI/EJ8O60QAqrEu4= git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45/go.mod h1:q3YhUBXTOpM9HDfaTop6MVx2dc0p9idWJAfdpjbWJp4= -github.com/shuLhan/share v0.50.1 h1:R4yDLdITKttJJhWJDeYvW1fA6FIEr2IMqvEn395JiaM= -github.com/shuLhan/share v0.50.1/go.mod h1:dUE7xqEzT8HZRy8vvfFzrFJ+6a6chXwaPmC4hYB68QU= +github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2 h1:zqrtgvlwf/GvRiF2G/VdCekJLQRtbpOJ2AAwDA4661I= +github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2/go.mod h1:dUE7xqEzT8HZRy8vvfFzrFJ+6a6chXwaPmC4hYB68QU= github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68= github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc= -- cgit v1.3